-
-
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: 3be92c6
head repository: getsentry/sentry-javascript
compare: 63ffeeb
- 16 commits
- 97 files changed
- 7 contributors
Commits on Dec 7, 2022
-
getsentry-bot committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for d5648c0 - Browse repository at this point
Copy the full SHA d5648c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a493aa6 - Browse repository at this point
Copy the full SHA a493aa6View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 33fd2d6 - Browse repository at this point
Copy the full SHA 33fd2d6View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5de6e43 - Browse repository at this point
Copy the full SHA 5de6e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65245f4 - Browse repository at this point
Copy the full SHA 65245f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc61a5 - Browse repository at this point
Copy the full SHA 3dc61a5View commit details -
feat(replay): Allow to opt-in to capture replay exceptions (#6482)
You can define `_experiments: { captureExceptions: true }`.Configuration menu - View commit details
-
Copy full SHA for 7a35088 - Browse repository at this point
Copy the full SHA 7a35088View commit details -
feat(types): add profile envelope item type (#6468)
* feat(profiling): add profile envelope item type * feat(profiling): add data category * feat(profiling): add profiletype to event.ts * feat(types): add itemheader profile
Configuration menu - View commit details
-
Copy full SHA for 8342523 - Browse repository at this point
Copy the full SHA 8342523View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 497a3c7 - Browse repository at this point
Copy the full SHA 497a3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae1ce4 - Browse repository at this point
Copy the full SHA 8ae1ce4View commit details -
feat(core): Add
scope.getLastBreadcrumb()(#6495)This is needed by replay, which can then stop using the private API `_breadcrumbs`.
Configuration menu - View commit details
-
Copy full SHA for 867c731 - Browse repository at this point
Copy the full SHA 867c731View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4efa21 - Browse repository at this point
Copy the full SHA b4efa21View commit details -
ref(replay): Avoid using private
hub._withClient(#6494)This is brittle, and can actually be refactored quite easily.
Configuration menu - View commit details
-
Copy full SHA for 13778da - Browse repository at this point
Copy the full SHA 13778daView commit details -
build(core): Do not mangle private methods used by Replay (#6493)
In Replay, we access some private methods from the core SDK package from the `Client` class. Because we mangle private fields by default, our SDK CDN bundles wouldn't expose these methods and fields anymore in their clear name to external callers, such as our Replay CDN bundle, producing runtime errors because the methods were not found. This patch fixes these errors by explicitly excluding the called private methods from mangling so that they can be accessed externally. This is admittedly not a clean solution but it unblocks minified CDN bundle users. In the long run we can revert this PR once we streamlined Replay event sending into the SDK (#6480) (as well as breadcrumbs via hooks?). Note: This unfortunately increases bundle size, not just for the Replay CDN bundle, but also for the Browser SDK CDN bundle.
Configuration menu - View commit details
-
Copy full SHA for d36de87 - Browse repository at this point
Copy the full SHA d36de87View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15b5ba - Browse repository at this point
Copy the full SHA e15b5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ffeeb - Browse repository at this point
Copy the full SHA 63ffeebView 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 3be92c6...63ffeeb