File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
dev-packages/browser-integration-tests/utils Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
+ Work in this release was contributed by @charpeni . Thank you for your contribution!
14
+
13
15
## 8.26.0
14
16
15
17
### Important Changes
Original file line number Diff line number Diff line change
1
+ import crypto from 'crypto' ;
1
2
import fs from 'fs' ;
2
3
import path from 'path' ;
3
4
/* eslint-disable no-empty-pattern */
Original file line number Diff line number Diff line change 1
1
# Changelog for Sentry SDK 7.x
2
2
3
3
Support for Sentry SDK v7 will be dropped soon. We recommend migrating to the latest version of the SDK. You can migrate
4
- from ` v7 ` to `v8 of the SDK by following the [ migration guide] ( ../../MIGRATION.md ) .
4
+ from ` v7 ` of the SDK to ` v8 ` by following the [ migration guide] ( ../../MIGRATION.md#upgrading-from-7x-to-8x ) .
5
5
6
6
## 7.118.0
7
7
You can’t perform that action at this time.
0 commit comments