Skip to content

meta(changelog): Update changelog for 7.76.0 #9397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a02c3e6
Merge pull request #9363 from getsentry/master
github-actions[bot] Oct 25, 2023
9b0abcd
fix(nextjs): Instrument route handlers with `jsx` and `tsx` file exte…
Oct 25, 2023
f0b0281
fix(deno): Build Sentry dependencies for tests (#9312)
timfish Oct 25, 2023
207b0bc
fix(replay): ensure `replay_id` is not added to DSC if session expire…
mydea Oct 25, 2023
39ba7d4
fix(serverless): Don't mark all errors as unhandled (#9368)
AbhiPrasad Oct 25, 2023
25542d3
feat(nextjs): Instrument SSR page components (#9346)
Oct 25, 2023
677cb02
ci(e2e): Restore nxcache in e2e tests (#9370)
Oct 25, 2023
d468f58
fix(tracing-internal): Fix case when middleware contain array of rout…
LubomirIgonda1 Oct 26, 2023
8b7b81e
feat(feedback): Add Feedback SDK instructions to README (#9351)
billyvg Oct 26, 2023
8d41656
fix(replay): Remove unused parts of pako from build (#9369)
mydea Oct 27, 2023
b72b5f6
test(e2e): Run e2e tests for Next.js 13 and 14 (#9381)
Oct 27, 2023
78e61ff
feat(nextjs): Trace errors in page component SSR (#9388)
Oct 27, 2023
43ddbbe
chore(angular-ivy): Allow Angular 17 in peer dependencies (#9386)
Lms24 Oct 27, 2023
3379f93
fix(nextjs): Trace with performance disabled (#9389)
Oct 27, 2023
6d9a766
meta(nextjs): Bump peer deps for Next.js 14 (#9390)
Oct 27, 2023
3545fd5
fix(nextjs): Silence warning about usage of `process` in runtimes whe…
Oct 27, 2023
697f406
feat(core): Add cron monitor wrapper helper (#9395)
AbhiPrasad Oct 27, 2023
8b76c18
meta(changelog): Update changelog for 7.76.0
Oct 27, 2023
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
Prev Previous commit
Next Next commit
chore(angular-ivy): Allow Angular 17 in peer dependencies (#9386)
  • Loading branch information
Lms24 authored Oct 27, 2023
commit 43ddbbec0a79c53cba3aba77587ec766ce3b876c
2 changes: 1 addition & 1 deletion packages/angular-ivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Angular Version Compatibility

This SDK officially supports Angular 12 to 16 with Angular's new rendering engine, Ivy.
This SDK officially supports Angular 12 to 17 with Angular's new rendering engine, Ivy.

If you're using Angular 10, 11 or a newer Angular version with View Engine instead of Ivy, please use [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/blob/develop/packages/angular/README.md).

Expand Down
6 changes: 3 additions & 3 deletions packages/angular-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": ">= 12.x <= 16.x",
"@angular/core": ">= 12.x <= 16.x",
"@angular/router": ">= 12.x <= 16.x",
"@angular/common": ">= 12.x <= 17.x",
"@angular/core": ">= 12.x <= 17.x",
"@angular/router": ">= 12.x <= 17.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
Expand Down