fix(nuxt): Add module to build:transpile script (#12843)
fix(browser): Allow SDK initialization in NW.js apps (#12846)
8.16.0
Important Changes
feat(nextjs): Use spans generated by Next.js for App Router (#12729)
Previously, the @sentry/nextjs SDK automatically recorded spans in the form of transactions for each of your top-level
server components (pages, layouts, ...). This approach had a few drawbacks, the main ones being that traces didn't have
a root span, and more importantly, if you had data stream to the client, its duration was not captured because the
server component spans had finished before the data could finish streaming.
With this release, we will capture the duration of App Router requests in their entirety as a single transaction with
server component spans being descendants of that transaction. This means you will get more data that is also more
accurate. Note that this does not apply to the Edge runtime. For the Edge runtime, the SDK will emit transactions as it
has before.
Generally speaking, this change means that you will see less transactions and more spans in Sentry. You will no
longer receive server component transactions like Page Server Component (/path/to/route) (unless using the Edge
runtime), and you will instead receive transactions for your App Router SSR requests that look like
GET /path/to/route.
If you are on Sentry SaaS, this may have an effect on your quota consumption: Less transactions, more spans.
- feat(nestjs): Add nest cron monitoring support (#12781)
The @sentry/nestjs SDK now includes a @SentryCron decorator that can be used to augment the native NestJS @Cron
decorator to send check-ins to Sentry before and after each cron job run:
import { Cron } from '@nestjs/schedule';
import { SentryCron, MonitorConfig } from '@sentry/nestjs';
import type { MonitorConfig } from '@sentry/types';
Release performed for technical reasons. This release is identical to 2.32.0.
2.32.0
Various fixes & improvements
docs(commands): Add info about clap Derive API (#2066) by @elramen
feat(metrics): Add send-metric command (#2063) by @elramen
feat(auth): Allow global config to be located in XDG directory (#2059) by @elramen
fix(commands): Add missing env vars for release name detection (#2051) by @elramen
2.31.2
Various fixes & improvements
Fix regressions related to releases set-commits command, which were introduced in 2.31.1.
2.31.1
Various fixes & improvements
fix(proguard): Don't require auth token with --no-upload flag (#2047) by @markushi
fix(debug-files): Improve error when check passed a directory (#2034) by @szokeasaurusrex
fix(xcode): Improve Xcode error msg when config load fails (#2028) by @elramen
2.31.0
With this change, dSYM uploads to the legacy endpoint and release file uploads are routed to the region URL directly (e.g. to https://us.sentry.io instead of https://sentry.io). This change only affects users using the CLI to interact with SaaS Sentry; everything stays the same for self-hosted users.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on @babel/runtime, @sentry/browser, @sentry/cli, @wordpress/eslint-plugin and prettier to permit the latest version. Updates
@babel/runtime
to 7.24.8Release notes
Sourced from
@babel/runtime
's releases.Changelog
Sourced from
@babel/runtime
's changelog.... (truncated)
Commits
1f5af44
v7.24.8Updates
@sentry/browser
to 8.17.0Release notes
Sourced from
@sentry/browser
's releases.Changelog
Sourced from
@sentry/browser
's changelog.... (truncated)
Commits
a03e28c
release: 8.17.02ff5b7b
Merge pull request #12845 from getsentry/prepare-release/8.17.027626ad
meta(changelog): Update changelog for 8.17.0afef63e
fix(browser): Allow SDK initialization in NW.js apps (#12846)a79c566
fix(nuxt): Add module to build:transpile script (#12843)ed3d12f
test(e2e): Add e2e test for AWS lambda in ESM mode (#12833)339f25e
ci: Shut up truffle hog (#12767)c69440a
feat: Upgrade OTEL deps (#12809)ffef97f
Merge pull request #12835 from getsentry/master0f36aa5
Merge branch 'release/8.16.0'Updates
@sentry/cli
to 2.32.2Release notes
Sourced from
@sentry/cli
's releases.Changelog
Sourced from
@sentry/cli
's changelog.... (truncated)
Commits
d0c443c
Update CHANGELOG.mdc0e33ef
release: 2.32.2a7d43f0
build: Bumpcurl
to0.4.46
inCargo.toml
(#2099)a165aa7
Remove references/calls to legacy Reprocessing (#1998)9cf9afb
Fix new clippy lints (#2096)b37ff70
ref(api): Move chunk data types to submodule0a42b4c
ref(api): Send events using EnvelopesApi instead of sentry-core (#2083)787a388
ref(api): Use EnvelopesApi instead of the sentry-core client (#2081)9e0ae85
meta: Deletestale.yml
workflowa33a5ca
build: Updatecurl-sys
Updates
@wordpress/eslint-plugin
from 19.2.0 to 20.0.0Changelog
Sourced from
@wordpress/eslint-plugin
's changelog.Commits
122867d
chore(release): publishcd8a365
Update changelog files1c24e60
Merge changes published in the Gutenberg plugin "release/18.8" branchUpdates
prettier
to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938
Release 3.3.39102b73
Add parentheses for decorator expressions (#16458)6bbd461
chore(deps): update eslint related dependencies (#16478)04b560f
chore(deps): update dependency browserslist to v4.23.2 (#16475)614f070
chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15d
chore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9
Support Angular@let
declaration syntax (#16474)bfcfdcc
chore(deps): update babel to v7.24.8 (#16472)977c161
chore(deps): update dependency acorn to v8.12.1 (#16464)550606e
chore(deps): update babel to v7.24.8 (#16470)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show