Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e07a7e8

Browse filesBrowse files
committed
release: 9.1.1-alpha.0
1 parent 733684b commit e07a7e8
Copy full SHA for e07a7e8

File tree

Expand file treeCollapse file tree

47 files changed

+132
-132
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

47 files changed

+132
-132
lines changed
Open diff view settings
Collapse file

‎dev-packages/browser-integration-tests/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -42,7 +42,7 @@
4242
"@babel/preset-typescript": "^7.16.7",
4343
"@playwright/test": "~1.50.0",
4444
"@sentry-internal/rrweb": "2.32.0",
45-
"@sentry/browser": "9.1.0",
45+
"@sentry/browser": "9.1.1-alpha.0",
4646
"axios": "1.7.7",
4747
"babel-loader": "^8.2.2",
4848
"fflate": "0.8.2",
Collapse file

‎dev-packages/bundle-analyzer-scenarios/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/bundle-analyzer-scenarios/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundle-analyzer-scenarios",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"description": "Scenarios to test bundle analysis with",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",
Collapse file

‎dev-packages/clear-cache-gh-action/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/clear-cache-gh-action/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/clear-cache-gh-action",
33
"description": "An internal Github Action to clear GitHub caches.",
4-
"version": "9.1.0",
4+
"version": "9.1.1-alpha.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"
Collapse file

‎dev-packages/e2e-tests/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/e2e-tests/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/e2e-tests",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
Collapse file

‎dev-packages/external-contributor-gh-action/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/external-contributor-gh-action/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/external-contributor-gh-action",
33
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
4-
"version": "9.1.0",
4+
"version": "9.1.1-alpha.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"
Collapse file

‎dev-packages/node-integration-tests/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/node-integration-tests/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18"
@@ -29,9 +29,9 @@
2929
"@nestjs/common": "10.4.6",
3030
"@nestjs/core": "10.4.6",
3131
"@nestjs/platform-express": "10.4.6",
32-
"@sentry/aws-serverless": "9.1.0",
33-
"@sentry/core": "9.1.0",
34-
"@sentry/node": "9.1.0",
32+
"@sentry/aws-serverless": "9.1.1-alpha.0",
33+
"@sentry/core": "9.1.1-alpha.0",
34+
"@sentry/node": "9.1.1-alpha.0",
3535
"@types/mongodb": "^3.6.20",
3636
"@types/mysql": "^2.15.21",
3737
"@types/pg": "^8.6.5",
Collapse file

‎dev-packages/rollup-utils/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/rollup-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/rollup-utils",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"description": "Rollup utilities used at Sentry for the Sentry JavaScript SDK",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/rollup-utils",
Collapse file

‎dev-packages/size-limit-gh-action/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/size-limit-gh-action/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/size-limit-gh-action",
33
"description": "An internal Github Action to compare the current size of a PR against the one on develop.",
4-
"version": "9.1.0",
4+
"version": "9.1.1-alpha.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"
Collapse file

‎dev-packages/test-utils/package.json‎

Copy file name to clipboardExpand all lines: dev-packages/test-utils/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"name": "@sentry-internal/test-utils",
55
"author": "Sentry",
66
"license": "MIT",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@playwright/test": "~1.50.0",
48-
"@sentry/core": "9.1.0"
48+
"@sentry/core": "9.1.1-alpha.0"
4949
},
5050
"volta": {
5151
"extends": "../../package.json"
Collapse file

‎lerna.json‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "9.1.0",
3+
"version": "9.1.1-alpha.0",
44
"npmClient": "yarn"
55
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.