Skip to content

Commit 09f5f13

Browse files
authored
Merge branch 'develop' into sig/nuxt-nitro-sourcemaps
2 parents 8765634 + 615c670 commit 09f5f13

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212

13+
Work in this release was contributed by @charpeni. Thank you for your contribution!
14+
1315
## 8.26.0
1416

1517
### Important Changes

dev-packages/browser-integration-tests/utils/fixtures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import crypto from 'crypto';
12
import fs from 'fs';
23
import path from 'path';
34
/* eslint-disable no-empty-pattern */

docs/changelog/v7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog for Sentry SDK 7.x
22

33
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).
55

66
## 7.118.0
77

0 commit comments

Comments
 (0)