Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mapView type
  • Loading branch information
rxlabz committed Oct 30, 2020
commit f02bc2fa403a2d4ba9dfdf52bfa064de4eeec638
2 changes: 1 addition & 1 deletion dart/lib/src/protocol/contexts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'runtime.dart';
/// the current HTTP request.
///
/// See also: https://docs.sentry.io/development/sdk-dev/event-payloads/contexts/.
class Contexts extends MapView {
class Contexts extends MapView<String, dynamic> {
Contexts({
Device device,
OperatingSystem operatingSystem,
Expand Down