Skip to content

Commit fb2ad6c

Browse files
authored
build(replay): Ensure we can publish replay-canvas (#10262)
This is a hotfix on master so we can fix the partial release 7.94.0... Since we publish in order we published these as 7.94.0: * `@sentry/types` * `@sentry/utils` * `@sentry/core` * `@sentry-internal/tracing` * `@sentry/replay` * `@sentry/opentelemetry` * `@sentry-internal/feedback` So nothing should be broken, technically. Replaces #10261
1 parent 0a65896 commit fb2ad6c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

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

7+
## 7.94.1
8+
9+
This release fixes a publishing issue.
10+
711
## 7.94.0
812

913
### Important Changes

packages/replay-canvas/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"test:watch": "jest --watch",
4242
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push --sig"
4343
},
44+
"publishConfig": {
45+
"access": "public"
46+
},
4447
"repository": {
4548
"type": "git",
4649
"url": "git+https://github.com/getsentry/sentry-javascript.git"

0 commit comments

Comments
 (0)