-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 65 files changed
- 8 contributors
Commits on Mar 20, 2025
-
node: implement new continuous profiling API spec (#15635)
Implements #15636 (comment) and deprecates the old Sentry.profiler.start and Sentry.profiler.stop calls --------- Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7100519 - Browse repository at this point
Copy the full SHA 7100519View commit details -
getsentry-bot committed
Mar 20, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for f2b861c - Browse repository at this point
Copy the full SHA f2b861cView commit details -
perf(core): Add short-circuits to
eventFilters
integration (#15752)Ref: #15725 - Only does the options merging once - Adds short circuiting for event types to avoid doing things multiple times/unnecessarily --------- Co-authored-by: Francesco Gringl-Novy <francesco.novy@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 46eff72 - Browse repository at this point
Copy the full SHA 46eff72View commit details -
feat(react): Export captureReactException method (#15746)
This PR exports the `captureReactException` method from the React package, making it available as a public API. Additionally, it refactors the implementation to use `withScope` instead of directly passing context to `captureException`. This was done so that the arguments to `captureReactException` better align to `captureException`. Users can now directly access and use this method in their applications: ```javascript import * as Sentry from '@sentry/react'; class ErrorBoundary extends React.Component { componentDidCatch(error, info) { Sentry.captureReactException(error, info); } render() { return this.props.children; } } ``` The reason why `captureReactException` is named as such and not `captureReactErrorBoundaryException` is because it can be used in other scenarios as well, like with the new React 19 error APIs. Therefore it was generalized to just be `captureReactException`.
Configuration menu - View commit details
-
Copy full SHA for e9248e0 - Browse repository at this point
Copy the full SHA e9248e0View commit details -
Merge pull request #15756 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 4bc89bd - Browse repository at this point
Copy the full SHA 4bc89bdView commit details -
profiling: add platform to chunk envelope (#15758)
We need to send the platform as part of envelope headers as this is the item that relay is checking to manage rate limiting. We only care about backend (node) and in the future frontend. @AbhiPrasad please correct me here to use the correct convention, would `javascript.node` be more appropriate? The only requirement really is to have all nodejs platform types be of a single platform type, so we dont need to maintain the ever growing list in relay
Configuration menu - View commit details
-
Copy full SHA for 3d63621 - Browse repository at this point
Copy the full SHA 3d63621View commit details
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9260cf - Browse repository at this point
Copy the full SHA d9260cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cd540 - Browse repository at this point
Copy the full SHA f4cd540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce989c - Browse repository at this point
Copy the full SHA 6ce989cView commit details -
Merge pull request #15777 from getsentry/prepare-release/9.8.0
meta(changelog): Update changelog for 9.8.0
Configuration menu - View commit details
-
Copy full SHA for f633beb - Browse repository at this point
Copy the full SHA f633bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f3eb9 - Browse repository at this point
Copy the full SHA 14f3eb9View commit details
There are no files selected for viewing