Skip to content

Commit 4d2073f

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-js.sh to 10.4.0
1 parent b3c2fc5 commit 4d2073f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Add `sentry.origin` to logs created by `LoggingIntegration` ([#3153](https://github.com/getsentry/sentry-dart/pull/3153))
88
- Tag all spans with thread info on non-web platforms ([#3101](https://github.com/getsentry/sentry-dart/pull/3101), [#3144](https://github.com/getsentry/sentry-dart/pull/3144))
99

10+
### Dependencies
11+
12+
- Bump JavaScript SDK from v9.40.0 to v10.4.0 ([#3157](https://github.com/getsentry/sentry-dart/pull/3157))
13+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1040)
14+
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.4.0)
15+
1016
## 9.7.0-beta.1
1117

1218
### Features

packages/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.40.0';
5+
const sentryJsSdkVersion = '10.4.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-vPGfHO2rglGfudVAgSpUXrBsuOoM3KSL1fu/kOcRVWiUsRbulWmmd/eB+976nz1/';
9+
'sha384-Hd/ws+6fe2y6enokI2C4GdzKvNq4MZ0kq3v9oZ6MrVHjJ695TroI7du+vQbIJenc';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-2NkuofZdrDAa3J1t8H7ABNnNxbyeFwQE5Idolr5FK7zi+j0L+hkcvp1uqnNp1y97';
13+
'sha384-yHTRcUHzoUjBR1GFy3VNabD9GmjW3CpC+3l1Rc+c651E3TH4YxWBSTckyDx9M3RF';

0 commit comments

Comments
 (0)