Skip to content

Commit 3670446

Browse files
authored
Merge pull request #9736 from getsentry/develop
Sync Develop -> Master
2 parents b627c15 + 2ae79fa commit 3670446

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/new-sdk-release-checklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This page serves as a checklist of what to do when releasing a new SDK for the f
4949

5050
- [ ] Make sure it is added to the [Verdaccio config](https://github.com/getsentry/sentry-javascript/blob/develop/packages/e2e-tests/verdaccio-config/config.yaml) for the E2E tests
5151

52+
- [ ] If the package you're adding is a dependency of fullstack framework (e.g. Remix or NextJS) SDKs, make sure that your package is added to the integration test apps' `"resolutions"` field in their `package.json`s.
53+
5254
## Cutting the Release
5355

5456
When you’re ready to make the first release, there are a couple of steps that need to be performed in the **correct order**. Note that you can prepare the PRs at any time but the **merging oder** is important:

packages/nextjs/test/integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@sentry/replay": "file:../../../replay",
3434
"@sentry/tracing": "file:../../../tracing",
3535
"@sentry-internal/tracing": "file:../../../tracing-internal",
36+
"@sentry-internal/feedback": "file:../../../feedback",
3637
"@sentry/types": "file:../../../types",
3738
"@sentry/utils": "file:../../../utils",
3839
"@sentry/vercel-edge": "file:../../../vercel-edge"

packages/remix/test/integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@sentry/replay": "file:../../../replay",
3232
"@sentry/tracing": "file:../../../tracing",
3333
"@sentry-internal/tracing": "file:../../../tracing-internal",
34+
"@sentry-internal/feedback": "file:../../../feedback",
3435
"@sentry/types": "file:../../../types",
3536
"@sentry/utils": "file:../../../utils",
3637
"@vanilla-extract/css": "1.13.0"

0 commit comments

Comments
 (0)