[PR #91] [CLOSED] Bump @sentry/browser from 5.6.3 to 5.12.4 #98

Closed
opened 2026-02-26 05:30:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/91
Author: @dependabot-preview[bot]
Created: 2/20/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/sentry/browser-5.12.4


📝 Commits (1)

  • c1b386c Bump @sentry/browser from 5.6.3 to 5.12.4

📊 Changes

2 files changed (+39 additions, -44 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+38 -43)

📄 Description

Bumps @sentry/browser from 5.6.3 to 5.12.4.

Release notes

Sourced from @sentry/browser's releases.

5.12.4

  • [browser] ref: Rework XHR wrapping logic to make sure it always triggers
  • [browser] fix: Handle PromiseRejectionEvent-like CustomEvents (#2429)
  • [core] ref: Notify user when event failed to deliver because of digestion pipeline issue (#2416)
  • [node] fix: Improve incorrect ParseRequest typing (#2433)
  • [apm] fix: Remove auto unknown_error transaction status (#2440)
  • [apm] fix: Properly remove undefined keys from apm payload (#2414)

5.12.3

  • [apm] fix: Remove undefined keys from trace.context

5.12.2

  • [apm] ref: Check if Tracing integration is enabled before dropping transaction

5.12.1

  • [apm] ref: If maxTransactionTimeout = 0 there is no timeout
  • [apm] fix: Make sure that the maxTransactionTimeout is always enforced on transaction events
  • [browser] fix: Support for Hermes stacktraces

5.12.0

  • [core] feat: Provide normalizeDepth option and sensible default for scope methods (#2404)
  • [browser] fix: Export EventHint type (#2407)

5.11.2

  • [apm] fix: Add new option to Tracing maxTransactionTimeout determines the max length of a transaction
  • [hub] ref: Always also set transaction name on the top span in the scope
  • [core] fix: Use event_id from hint given by top-level hub calls

5.11.1

  • [apm] feat: Add build bundle including @sentry/browser + @sentry/apm
  • [utils] ref: Extract adding source context incl. tests

5.11.0

  • [apm] fix: Always attach contexts.trace to finished transaction (#2353)
  • [integrations] fix: Make RewriteFrame integration process all exceptions (#2362)
  • [node] ref: Update agent-base to 5.0 to remove http/s patching (#2355)
  • [browser] feat: Set headers from options in XHR/fetch transport (#2363)

5.10.2

  • [browser] fix: Always trigger default browser onerror handler (#2348)
  • [browser] fix: Restore correct functionToString behavior for updated fill method (#2346)
  • [integrations] ref: Allow for backslashes in unix paths (#2319)
  • [integrations] feat: Support Windows-style path in RewriteFrame iteratee (#2319)

5.10.1

  • [apm] fix: Sent correct span id with outgoing requests (#2341)
  • [utils] fix: Make fill and wrap work nicely together to prevent double-triggering instrumentations (#2343)
  • [node] ref: Require https-proxy-agent only when actually needed (#2334)

5.10.0

... (truncated)
Changelog

Sourced from @sentry/browser's changelog.

5.12.4

  • [browser] ref: Rework XHR wrapping logic to make sure it always triggers
  • [browser] fix: Handle PromiseRejectionEvent-like CustomEvents (#2429)
  • [core] ref: Notify user when event failed to deliver because of digestion pipeline issue (#2416)
  • [node] fix: Improve incorrect ParseRequest typing (#2433)
  • [apm] fix: Remove auto unknown_error transaction status (#2440)
  • [apm] fix: Properly remove undefined keys from apm payload (#2414)

5.12.3

  • [apm] fix: Remove undefined keys from trace.context

5.12.2

  • [apm] ref: Check if Tracing integration is enabled before dropping transaction

5.12.1

  • [apm] ref: If maxTransactionTimeout = 0 there is no timeout
  • [apm] fix: Make sure that the maxTransactionTimeout is always enforced on transaction events
  • [browser] fix: Support for Hermes stacktraces

5.12.0

  • [core] feat: Provide normalizeDepth option and sensible default for scope methods (#2404)
  • [browser] fix: Export EventHint type (#2407)

5.11.2

  • [apm] fix: Add new option to Tracing maxTransactionTimeout determines the max length of a transaction
  • [hub] ref: Always also set transaction name on the top span in the scope
  • [core] fix: Use event_id from hint given by top-level hub calls

5.11.1

  • [apm] feat: Add build bundle including @sentry/browser + @sentry/apm
  • [utils] ref: Extract adding source context incl. tests

5.11.0

  • [apm] fix: Always attach contexts.trace to finished transaction (#2353)
  • [integrations] fix: Make RewriteFrame integration process all exceptions (#2362)
  • [node] ref: Update agent-base to 5.0 to remove http/s patching (#2355)
  • [browser] feat: Set headers from options in XHR/fetch transport (#2363)

5.10.2

  • [browser] fix: Always trigger default browser onerror handler (#2348)
  • [browser] fix: Restore correct functionToString behavior for updated fill method (#2346)
... (truncated)
Commits
  • 866375e release: 5.12.4
  • 4df6699 remove arrow function from test
  • 72735fd remove stray promise.reject()
  • bf57ad1 meta: Changelog
  • 5d340fb ci: Update BrowserStack browsers list we test on
  • 973cfde ref: Rework XHR wrapping logic to make sure it always triggers
  • 24b3125 feat(testing): Add script to check BrowserStack support for current config (#...
  • 644b36c fix(integrations): Add tests for CustomEvent handling fix (#2431)
  • 779dfe3 fix: Remove auto unknown_error transaction status (#2440)
  • a46f7ee ref: Notify user when event failed to deliver because of digestion pipeline i...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/91 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sentry/browser-5.12.4` --- ### 📝 Commits (1) - [`c1b386c`](https://github.com/moollaza/repo-remover/commit/c1b386c0319c71f4a22dede8eab4740edb017334) Bump @sentry/browser from 5.6.3 to 5.12.4 ### 📊 Changes **2 files changed** (+39 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+38 -43) </details> ### 📄 Description Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.6.3 to 5.12.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases">@sentry/browser's releases</a>.</em></p> <blockquote> <h2>5.12.4</h2> <ul> <li>[browser] ref: Rework XHR wrapping logic to make sure it always triggers</li> <li>[browser] fix: Handle PromiseRejectionEvent-like CustomEvents (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2429">#2429</a>)</li> <li>[core] ref: Notify user when event failed to deliver because of digestion pipeline issue (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2416">#2416</a>)</li> <li>[node] fix: Improve incorrect <code>ParseRequest</code> typing (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2433">#2433</a>)</li> <li>[apm] fix: Remove auto unknown_error transaction status (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2440">#2440</a>)</li> <li>[apm] fix: Properly remove undefined keys from apm payload (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2414">#2414</a>)</li> </ul> <h2>5.12.3</h2> <ul> <li>[apm] fix: Remove undefined keys from trace.context</li> </ul> <h2>5.12.2</h2> <ul> <li>[apm] ref: Check if Tracing integration is enabled before dropping transaction</li> </ul> <h2>5.12.1</h2> <ul> <li>[apm] ref: If <code>maxTransactionTimeout</code> = <code>0</code> there is no timeout</li> <li>[apm] fix: Make sure that the <code>maxTransactionTimeout</code> is always enforced on transaction events</li> <li>[browser] fix: Support for Hermes stacktraces</li> </ul> <h2>5.12.0</h2> <ul> <li>[core] feat: Provide <code>normalizeDepth</code> option and sensible default for scope methods (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2404">#2404</a>)</li> <li>[browser] fix: Export <code>EventHint</code> type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2407">#2407</a>)</li> </ul> <h2>5.11.2</h2> <ul> <li>[apm] fix: Add new option to <code>Tracing</code> <code>maxTransactionTimeout</code> determines the max length of a transaction</li> <li>[hub] ref: Always also set transaction name on the top span in the scope</li> <li>[core] fix: Use event_id from hint given by top-level hub calls</li> </ul> <h2>5.11.1</h2> <ul> <li>[apm] feat: Add build bundle including @sentry/browser + @sentry/apm</li> <li>[utils] ref: Extract adding source context incl. tests</li> </ul> <h2>5.11.0</h2> <ul> <li>[apm] fix: Always attach <code>contexts.trace</code> to finished transaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2353">#2353</a>)</li> <li>[integrations] fix: Make RewriteFrame integration process all exceptions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2362">#2362</a>)</li> <li>[node] ref: Update agent-base to 5.0 to remove http/s patching (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2355">#2355</a>)</li> <li>[browser] feat: Set headers from options in XHR/fetch transport (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2363">#2363</a>)</li> </ul> <h2>5.10.2</h2> <ul> <li>[browser] fix: Always trigger default browser onerror handler (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2348">#2348</a>)</li> <li>[browser] fix: Restore correct <code>functionToString</code> behavior for updated <code>fill</code> method (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2346">#2346</a>)</li> <li>[integrations] ref: Allow for backslashes in unix paths (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2319">#2319</a>)</li> <li>[integrations] feat: Support Windows-style path in RewriteFrame iteratee (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2319">#2319</a>)</li> </ul> <h2>5.10.1</h2> <ul> <li>[apm] fix: Sent correct span id with outgoing requests (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2341">#2341</a>)</li> <li>[utils] fix: Make <code>fill</code> and <code>wrap</code> work nicely together to prevent double-triggering instrumentations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2343">#2343</a>)</li> <li>[node] ref: Require <code>https-proxy-agent</code> only when actually needed (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2334">#2334</a>)</li> </ul> <h2>5.10.0</h2> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md">@sentry/browser's changelog</a>.</em></p> <blockquote> <h2>5.12.4</h2> <ul> <li>[browser] ref: Rework XHR wrapping logic to make sure it always triggers</li> <li>[browser] fix: Handle PromiseRejectionEvent-like CustomEvents (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2429">#2429</a>)</li> <li>[core] ref: Notify user when event failed to deliver because of digestion pipeline issue (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2416">#2416</a>)</li> <li>[node] fix: Improve incorrect <code>ParseRequest</code> typing (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2433">#2433</a>)</li> <li>[apm] fix: Remove auto unknown_error transaction status (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2440">#2440</a>)</li> <li>[apm] fix: Properly remove undefined keys from apm payload (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2414">#2414</a>)</li> </ul> <h2>5.12.3</h2> <ul> <li>[apm] fix: Remove undefined keys from trace.context</li> </ul> <h2>5.12.2</h2> <ul> <li>[apm] ref: Check if Tracing integration is enabled before dropping transaction</li> </ul> <h2>5.12.1</h2> <ul> <li>[apm] ref: If <code>maxTransactionTimeout</code> = <code>0</code> there is no timeout</li> <li>[apm] fix: Make sure that the <code>maxTransactionTimeout</code> is always enforced on transaction events</li> <li>[browser] fix: Support for Hermes stacktraces</li> </ul> <h2>5.12.0</h2> <ul> <li>[core] feat: Provide <code>normalizeDepth</code> option and sensible default for scope methods (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2404">#2404</a>)</li> <li>[browser] fix: Export <code>EventHint</code> type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2407">#2407</a>)</li> </ul> <h2>5.11.2</h2> <ul> <li>[apm] fix: Add new option to <code>Tracing</code> <code>maxTransactionTimeout</code> determines the max length of a transaction</li> <li>[hub] ref: Always also set transaction name on the top span in the scope</li> <li>[core] fix: Use <code>event_id</code> from hint given by top-level hub calls</li> </ul> <h2>5.11.1</h2> <ul> <li>[apm] feat: Add build bundle including @sentry/browser + @sentry/apm</li> <li>[utils] ref: Extract adding source context incl. tests</li> </ul> <h2>5.11.0</h2> <ul> <li>[apm] fix: Always attach <code>contexts.trace</code> to finished transaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2353">#2353</a>)</li> <li>[integrations] fix: Make RewriteFrame integration process all exceptions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2362">#2362</a>)</li> <li>[node] ref: Update agent-base to 5.0 to remove http/s patching (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2355">#2355</a>)</li> <li>[browser] feat: Set headers from options in XHR/fetch transport (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2363">#2363</a>)</li> </ul> <h2>5.10.2</h2> <ul> <li>[browser] fix: Always trigger default browser onerror handler (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2348">#2348</a>)</li> <li>[browser] fix: Restore correct <code>functionToString</code> behavior for updated <code>fill</code> method (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2346">#2346</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/866375e7342999e5537cfbea65b4aeb9d0027e1d"><code>866375e</code></a> release: 5.12.4</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4df6699f4b84f64d2c9e5762274f4beb9cdf8ac2"><code>4df6699</code></a> remove arrow function from test</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/72735fd699695de3935742593b9b94dcd78b6bbf"><code>72735fd</code></a> remove stray promise.reject()</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bf57ad116b5f520d319fa51da6a8dba1e7c18523"><code>bf57ad1</code></a> meta: Changelog</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5d340fb137e20c81ed0fb40bbe49ce7e57e05757"><code>5d340fb</code></a> ci: Update BrowserStack browsers list we test on</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/973cfde4a774cfcb0eb6a5eeaaf9cacfce297896"><code>973cfde</code></a> ref: Rework XHR wrapping logic to make sure it always triggers</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/24b312548820e271842803f7bb723d9a94874e8e"><code>24b3125</code></a> feat(testing): Add script to check BrowserStack support for current config (#...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/644b36c3190dc07ca43482d41422c1b70f0b7816"><code>644b36c</code></a> fix(integrations): Add tests for <code>CustomEvent</code> handling fix (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2431">#2431</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/779dfe363520e62a1c435430b55ce24b332e8366"><code>779dfe3</code></a> fix: Remove auto unknown_error transaction status (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2440">#2440</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a46f7eebb22d59f47ed955f5447fe2a2ef534c4d"><code>a46f7ee</code></a> ref: Notify user when event failed to deliver because of digestion pipeline i...</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/5.6.3...5.12.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@sentry/browser&package-manager=npm_and_yarn&previous-version=5.6.3&new-version=5.12.4)](https://dependabot.com/compatibility-score/?dependency-name=@sentry/browser&package-manager=npm_and_yarn&previous-version=5.6.3&new-version=5.12.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:30:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#98
No description provided.