-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 9.6.1
head repository: getsentry/sentry-javascript
compare: 9.7.0
- 13 commits
- 78 files changed
- 10 contributors
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f16b2d - Browse repository at this point
Copy the full SHA 2f16b2dView commit details -
feat(remix/cloudflare): Export
sentryHandleError
(#15726)Exposes `sentryHandleError` for `@sentry/remix/cloudflare`. Closes: #15620
Configuration menu - View commit details
-
Copy full SHA for e6fcb39 - Browse repository at this point
Copy the full SHA e6fcb39View commit details -
getsentry-bot committed
Mar 19, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c754c8c - Browse repository at this point
Copy the full SHA c754c8cView commit details -
Merge pull request #15728 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for d0300e6 - Browse repository at this point
Copy the full SHA d0300e6View commit details -
fix(node): Ensure incoming traces are propagated without HttpInstrume…
…ntation (#15732) Part of #15730 Noticed that this is not really happening otherwise, so if we are not adding the `HttpInstrumentation` we now make sure to extract incoming traces ourselves! This will unlock us not adding that instrumentation when tracing is disabled. Also includes #15731 as a side effect.
Configuration menu - View commit details
-
Copy full SHA for fa8e043 - Browse repository at this point
Copy the full SHA fa8e043View commit details -
ref(node): Avoid unnecessary array parsing for incoming requests (#15736
) Small optimization to avoid unnecessary work. ref: #15725
Configuration menu - View commit details
-
Copy full SHA for d76a165 - Browse repository at this point
Copy the full SHA d76a165View commit details -
fix(node): Use
fatal
level for unhandled rejections instrict
mode (Configuration menu - View commit details
-
Copy full SHA for aa1548f - Browse repository at this point
Copy the full SHA aa1548fView commit details
Commits on Mar 20, 2025
-
feat(core): Add
captureLog
method (#15717)## Description `captureLog` takes in a `log` interface as well as a scope, and constructs a serialized log to send to Sentry. Instead of directly sending the serialized log, it adds it to a log buffer that is flushed based on some strategy. As a fallback, the buffer flushes itself when it gets over 100 items, which ensures we never get a payload thats too large. The browser and server runtime client are expected to add more advanced flushing strategies on top of the simple implementation exposed in `captureLog`. This will be done in future PRs. The serialized log that is constructed by `captureLog` send logs via the opentelemetry format. This is temporary, in the future we'll switch to the sentry logs protocol, but while that gets ready we are using the OTEL one. ## Next steps 1. Add flushing strategy for server-runtime-client 2. Implement top-level API methods as per develop spec 3. Add support for paramaterized strings 4. Add integration tests to validate envelope gets sent correctly
Configuration menu - View commit details
-
Copy full SHA for fc0af38 - Browse repository at this point
Copy the full SHA fc0af38View commit details -
chore(docs): Add note on alpha releases to docs (#15741)
This just makes it a bit more disoverable for poor souls like me searching for "alpha" in this doc --------- Co-authored-by: Francesco Gringl-Novy <francesco.novy@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 57e9654 - Browse repository at this point
Copy the full SHA 57e9654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c12a3 - Browse repository at this point
Copy the full SHA 98c12a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0614d95 - Browse repository at this point
Copy the full SHA 0614d95View commit details -
Merge pull request #15755 from getsentry/prepare-release/9.7.0
meta(changelog): Update changelog for 9.7.0
Configuration menu - View commit details
-
Copy full SHA for 3b7ec8c - Browse repository at this point
Copy the full SHA 3b7ec8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 526ed8e - Browse repository at this point
Copy the full SHA 526ed8eView 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 9.6.1...9.7.0