Skip to content

Commit a61674e

Browse files
authored
Upgrade sentry dart plugin (#1365)
1 parent 0be962b commit a61674e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flutter/example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929

3030
dev_dependencies:
3131
flutter_lints: ^2.0.0
32-
sentry_dart_plugin: ^1.0.0-beta.1
32+
sentry_dart_plugin: ^1.1.0
3333
integration_test:
3434
sdk: flutter
3535
flutter_test:
@@ -42,10 +42,10 @@ flutter:
4242
- assets/sentry-wordmark.png
4343

4444
sentry:
45-
upload_native_symbols: true
4645
upload_source_maps: true
47-
include_native_sources: true
46+
upload_sources: true
4847
project: sentry-flutter
4948
org: sentry-sdks
5049
wait_for_processing: true
5150
commits: true
51+
ignore_missing: true

0 commit comments

Comments
 (0)