Skip to content

Commit efca774

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-js.sh to 10.48.0
1 parent a7f011a commit efca774

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump JavaScript SDK from v10.38.0 to v10.48.0 ([#3515](https://github.com/getsentry/sentry-dart/pull/3515))
8+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10480)
9+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.38.0...10.48.0)
10+
311
## 9.16.1
412

513
### Fixes

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 = '10.38.0';
5+
const sentryJsSdkVersion = '10.48.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-COL1vOWQO+0hwStGhZ6r5BKlWlJzd59gOqtCYmcIvfDd0ifnTHrWzzQQYmUNf/Lr';
9+
'sha384-R0iioFZE100Ru4XU4dYBExi2wm1b6IaUtY4kLgUTcTpj8OQb4CP9H15gclHWN0WT';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-9BkiiMtTHx82WK2Pxl4Y2NsqQJChBS1XQaV0yzkW/Fz3lsa8A2E2chXICFsAFFew';
13+
'sha384-TlylAmiwoSY3lqtyms2F9edRTQ7jwU1HZCYSqqruLmSKGM5F332jK6Bxr+VegTmE';

0 commit comments

Comments
 (0)