-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 7.65.0
head repository: getsentry/sentry-javascript
compare: 7.66.0
- 11 commits
- 140 files changed
- 6 contributors
Commits on Aug 28, 2023
-
getsentry-bot committed
Aug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 79965a6 - Browse repository at this point
Copy the full SHA 79965a6View commit details -
Merge pull request #8882 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 06caf0d - Browse repository at this point
Copy the full SHA 06caf0dView commit details -
fix: Defer tracing decision to downstream SDKs when using SDK without…
… performance (#8839)
Luca Forstner authoredAug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ed50ed - Browse repository at this point
Copy the full SHA 7ed50edView commit details
Commits on Aug 29, 2023
-
ref: Use consistent console instrumentation (#8879)
While looking into logger issues, I noticed that we fill console.xxx multiple times. This PR changes that so that we use the console instrumentation from utils in all cases.
Configuration menu - View commit details
-
Copy full SHA for ff0da3e - Browse repository at this point
Copy the full SHA ff0da3eView commit details -
fix(sveltekit): Ensure target file exists before applying auto instru…
…mentation (#8881) In our auto instrumentation Vite plugin for SvelteKit, we read `+(page|layout)(.server).(js|ts)` files' code to determine if we should add our wrapper to the file or not. We previously didn't check for a file id's existence before reading the file if the id matched that certain pattern, wrongly assuming that these ids would always map to actually existing files. It seems like Vite plugins such as Houdini's plugin add file ids to the build for files that actually don't exist (#8846, #8854) . When our plugin's `load` hook was called for such an id, it then tried to access and read the file which caused a build error. This patch now adds a file existence guard to ensure we simply no-op for these files.
Configuration menu - View commit details
-
Copy full SHA for e3dda4c - Browse repository at this point
Copy the full SHA e3dda4cView commit details -
ref(browser): Refactor sentry breadcrumb to use hook (#8892)
Noticed that this is a bit tightly coupled in the browser client, and could be simplified by using a hook.
Configuration menu - View commit details
-
Copy full SHA for e72c047 - Browse repository at this point
Copy the full SHA e72c047View commit details -
ref(tracing): Add
originto spans (#8765)This adds an `origin` to all spans, which defaults to `manual` but is set to something more meaningful for all our auto instrumentation. I tried to come up with reasonable origin names, I hope it makes sense everywhere 😅 Also note that this now uses a new TS feature which seems to be correctly transpiled to TS 3.8, as far as I can tell! 🎉 Closes #8510 --------- Co-authored-by: Luca Forstner <luca.forstner@sentry.io> Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 0fd86bc - Browse repository at this point
Copy the full SHA 0fd86bcView commit details -
fix(nextjs): Fix
package.jsonexports (#8895)Luca Forstner authoredAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for fe2c801 - Browse repository at this point
Copy the full SHA fe2c801View commit details -
meta(changelog): Update changelog for 7.66.0
Luca Forstner committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for cf95612 - Browse repository at this point
Copy the full SHA cf95612View commit details -
Merge pull request #8896 from getsentry/prepare-release/7.66.0
meta(changelog): Update changelog for 7.66.0
Luca Forstner authoredAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 6272f7c - Browse repository at this point
Copy the full SHA 6272f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7306479 - Browse repository at this point
Copy the full SHA 7306479View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.65.0...7.66.0