Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- Add `sentry.origin` to logs created by `LoggingIntegration` ([#3153](https://github.com/getsentry/sentry-dart/pull/3153))
- 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))

### Dependencies

- Bump JavaScript SDK from v9.40.0 to v10.2.0 ([#3151](https://github.com/getsentry/sentry-dart/pull/3151))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1020)
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.2.0)

## 9.7.0-beta.1

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter/lib/src/web/sentry_js_sdk_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import 'package:meta/meta.dart';

/// DO NOT EDIT – generated by scripts/update-js.sh
@internal
const sentryJsSdkVersion = '9.40.0';
const sentryJsSdkVersion = '10.2.0';

@internal
const productionIntegrity =
'sha384-vPGfHO2rglGfudVAgSpUXrBsuOoM3KSL1fu/kOcRVWiUsRbulWmmd/eB+976nz1/';
'sha384-9bMkP8RuOtAeJBZWYflfMaRYJOQBzSCARzLXzSlw4o29y7XUWTCrhcZ/H9iG/nOe';

@internal
const debugIntegrity =
'sha384-2NkuofZdrDAa3J1t8H7ABNnNxbyeFwQE5Idolr5FK7zi+j0L+hkcvp1uqnNp1y97';
'sha384-L/3d5xSqdn8Tf9SGvZBrqK/H02vyaNE04dsCn4DOwV91HknL1Fjby16LX+cg+uZ3';
Loading