Skip to content

Commit eb1c108

Browse files
Lms24nicohrubecLuca Forstnergetsentry-botgetsentry-bot
authored
chore: Manually sync master->develop (#13488)
--------- Co-authored-by: nicohrubec <nicolas.hrubec@outlook.com> Co-authored-by: Luca Forstner <luca.forstner@sentry.io> Co-authored-by: getsentry-bot <bot@sentry.io> Co-authored-by: getsentry-bot <bot@getsentry.com>
1 parent 4ccf251 commit eb1c108

File tree

50 files changed

+214
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+214
-193
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
strategy:
458458
fail-fast: false
459459
matrix:
460-
#TODO: unpin 22 once Node bug is fixed
460+
# TODO(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
461461
node: [14, 16, 18, 20, '22.6.0']
462462
steps:
463463
- name: Check out base commit (${{ github.event.pull_request.base.sha }})

CHANGELOG.md

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

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

13+
## 8.27.0
14+
15+
### Important Changes
16+
17+
- **fix(nestjs): Exception filters in main app module are not being executed (#13278)**
18+
19+
With this release nestjs error monitoring is no longer automatically set up after adding the `SentryModule` to your
20+
application, which led to issues in certain scenarios. You will now have to either add the `SentryGlobalFilter` to
21+
your main module providers or decorate the `catch()` method in your existing global exception filters with the newly
22+
released `@WithSentry()` decorator. See the [docs](https://docs.sentry.io/platforms/javascript/guides/nestjs/) for
23+
more details.
24+
25+
### Other Changes
26+
27+
- feat: Add options for passing nonces to feedback integration (#13347)
28+
- feat: Add support for SENTRY_SPOTLIGHT env var in Node (#13325)
29+
- feat(deps): bump @prisma/instrumentation from 5.17.0 to 5.18.0 (#13327)
30+
- feat(feedback): Improve error message for 403 errors (#13441)
31+
- fix(deno): Don't rely on `Deno.permissions.querySync` (#13378)
32+
- fix(replay): Ensure we publish replay CDN bundles (#13437)
33+
1334
Work in this release was contributed by @charpeni. Thank you for your contribution!
1435

1536
## 8.26.0

dev-packages/browser-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -43,7 +43,7 @@
4343
"@babel/preset-typescript": "^7.16.7",
4444
"@playwright/test": "^1.44.1",
4545
"@sentry-internal/rrweb": "2.11.0",
46-
"@sentry/browser": "8.26.0",
46+
"@sentry/browser": "8.27.0",
4747
"axios": "1.6.7",
4848
"babel-loader": "^8.2.2",
4949
"html-webpack-plugin": "^5.5.0",

dev-packages/bundle-analyzer-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundle-analyzer-scenarios",
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"description": "Scenarios to test bundle analysis with",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/e2e-tests",
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-packages/external-contributor-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/external-contributor-gh-action",
33
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
4-
"version": "8.26.0",
4+
"version": "8.27.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/node-integration-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.18"
@@ -31,10 +31,10 @@
3131
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/aws-serverless": "8.26.0",
35-
"@sentry/node": "8.26.0",
36-
"@sentry/types": "8.26.0",
37-
"@sentry/utils": "8.26.0",
34+
"@sentry/aws-serverless": "8.27.0",
35+
"@sentry/node": "8.27.0",
36+
"@sentry/types": "8.27.0",
37+
"@sentry/utils": "8.27.0",
3838
"@types/mongodb": "^3.6.20",
3939
"@types/mysql": "^2.15.21",
4040
"@types/pg": "^8.6.5",

dev-packages/overhead-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"name": "@sentry-internal/overhead-metrics",
55
"main": "index.js",
66
"author": "Sentry",

dev-packages/rollup-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/rollup-utils",
3-
"version": "8.26.0",
3+
"version": "8.27.0",
44
"description": "Rollup utilities used at Sentry for the Sentry JavaScript SDK",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/rollup-utils",

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/size-limit-gh-action",
33
"description": "An internal Github Action to compare the current size of a PR against the one on develop.",
4-
"version": "8.26.0",
4+
"version": "8.27.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

0 commit comments

Comments
 (0)