Requested by: @timfish
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing #retract on a line by itself under this issue.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Breaking Changes
- The integrations that can automatically capture Sentry logs for Electron events (
electronBreadcrumbs), net
requests (electronNet) and child process events (childProcess) no longer emit logs by default. Each integration
now has a logs option which defaults to false. To restore the previous behaviour, pass logs: true to the
relevant integration, e.g. electronBreadcrumbsIntegration({ logs: true }).
Requested by: @timfish
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing
#retracton a line by itself under this issue.Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Breaking Changes
electronBreadcrumbs),netrequests (
electronNet) and child process events (childProcess) no longer emit logs by default. Each integrationnow has a
logsoption which defaults tofalse. To restore the previous behaviour, passlogs: trueto therelevant integration, e.g.
electronBreadcrumbsIntegration({ logs: true }).