-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @sentry/node to v8.52.0 #120
Conversation
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
How to use the Graphite Merge QueueAdd the label mergequeue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Aviator has accepted the merge request. It will enter the queue when all of the required status checks have passed. Aviator will update the sticky status comment as the pull request moves through the queue. |
/aviator merge |
Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. |
Error: Cannot add this pull request to the queue (the pull request is already merged). |
/aviator merge |
Error: Cannot add this pull request to the queue (the pull request is already merged). |
This PR contains the following updates:
8.51.0
->8.52.0
Release Notes
getsentry/sentry-javascript (@sentry/node)
v8.52.0
Compare Source
Important Changes
withSentry
wrapper for SolidStart config (#15135)To enable the SolidStart SDK, wrap your SolidStart Config with
withSentry
. ThesentrySolidStartVite
plugin is now automaticallyadded by
withSentry
and you can pass the Sentry build-time options like this:With the
withSentry
wrapper, the Sentry server config should not be added to thepublic
directory anymore.Add the Sentry server config in
src/instrument.server.ts
. Then, the server config will be placed inside the server build output asinstrument.server.mjs
.Now, there are two options to set up the SDK:
--import
CLI flag to the start command like this (path depends on your server setup):node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
autoInjectServerSentry: 'top-level-import'
and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)Other Changes
Bun.serve
survives a server reload (#15157)module
intoloadModule
(#15139) (#15166)Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
Bundle size 📦
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.