Skip to content

Commit 03d4ab1

Browse files
authoredMar 27, 2025
Merge pull request #15867 from getsentry/prepare-release/9.10.0
meta(changelog): Update changelog for 9.10.0
2 parents 905037f + d430d96 commit 03d4ab1

File tree

137 files changed

+2543
-2327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+2543
-2327
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
},
3939
},
4040
{
41-
files: ['jest/**/*.ts', 'scripts/**/*.ts'],
41+
files: ['scripts/**/*.ts'],
4242
parserOptions: {
4343
project: ['tsconfig.dev.json'],
4444
},

‎.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ scratch/
1717
# side effects of running AWS lambda layer zip action locally
1818
dist-serverless/
1919
sentry-node-serverless-*.zip
20-
# transpiled transformers
21-
jest/transformers/*.js
2220
# node tarballs
2321
packages/*/sentry-*.tgz
2422
.nxcache

0 commit comments

Comments
 (0)