Skip to content

Commit

Permalink
Upgrade sentry dart plugin (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Mar 29, 2023
1 parent 0be962b commit a61674e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:

dev_dependencies:
flutter_lints: ^2.0.0
sentry_dart_plugin: ^1.0.0-beta.1
sentry_dart_plugin: ^1.1.0
integration_test:
sdk: flutter
flutter_test:
Expand All @@ -42,10 +42,10 @@ flutter:
- assets/sentry-wordmark.png

sentry:
upload_native_symbols: true
upload_source_maps: true
include_native_sources: true
upload_sources: true
project: sentry-flutter
org: sentry-sdks
wait_for_processing: true
commits: true
ignore_missing: true

0 comments on commit a61674e

Please sign in to comment.