Skip to content

Commit f54f7d5

Browse files
chore: update flutter/scripts/update-js.sh to 9.39.0 (#3085)
Co-authored-by: GitHub <[email protected]>
1 parent 435f3b7 commit f54f7d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Bump Native SDK from v0.9.0 to v0.9.1 ([#3018](https://github.com/getsentry/sentry-dart/pull/3018))
1515
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
1616
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1)
17+
- Bump JavaScript SDK from v9.5.0 to v9.39.0 ([#3085](https://github.com/getsentry/sentry-dart/pull/3085))
18+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#9390)
19+
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.5.0...9.39.0)
1720

1821
## Internal
1922

flutter/lib/src/web/sentry_js_sdk_version.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import 'package:meta/meta.dart';
22

33
/// DO NOT EDIT – generated by scripts/update-js.sh
44
@internal
5-
const sentryJsSdkVersion = '9.5.0';
5+
const sentryJsSdkVersion = '9.39.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-nsiByevQ25GvAyX+c3T3VctX7x10qZpYsLt3dfkBt04A71M451kWQEu+K4r1Uuk3';
9+
'sha384-Lm+7rnmClFVzoanWU5NWBpCDHD2gUUoY8yJ60XKJztlAo6Rop99gO1DkyT6U7Qce';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-Iw737zuRcOiGNbRmsWBSA17nCEbheKhfoqbG/3/9JScn1+WV/V6KdisyboGHqovH';
13+
'sha384-pVeLFPB6ibwWFTl7U5eWKcsJU2fw9ArtsZjaAoTyYHOyBgE3b3Hhvf0cLL1Qggnc';

flutter/scripts/update-js.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)