Skip to content

Commit c035a95

Browse files
authored
fix(v7/publish): Add v7 tag to @sentry/replay (#12304)
1 parent 2f2aac9 commit c035a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/replay/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "build/npm/cjs/index.js",
66
"module": "build/npm/esm/index.js",
77
"types": "build/npm/types/index.d.ts",
8+
"publishConfig": {
9+
"access": "public",
10+
"tag": "v7"
11+
},
812
"typesVersions": {
913
"<4.9": {
1014
"build/npm/types/index.d.ts": [

0 commit comments

Comments
 (0)