Skip to content

Commit

Permalink
fix(deps): update dependency @sentry/nextjs to v7.110.0 (#939)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://github.com/getsentry/sentry-javascript)) | [`7.109.0` -> `7.110.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/7.109.0/7.110.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnextjs/7.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnextjs/7.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnextjs/7.109.0/7.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnextjs/7.109.0/7.110.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary>

### [`v7.110.0`](https://github.com/getsentry/sentry-javascript/releases/tag/7.110.0)

[Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0)

##### Important Changes

-   **feat(tracing): Add interactions sample rate to browser tracing integrations ([#&#8203;11382](https://github.com/getsentry/sentry-javascript/issues/11382))**

You can now use a `interactionsSampleRate` to control the sample rate of INP spans. `interactionsSampleRate` is applied
on top of the global `tracesSampleRate`. Therefore if `interactionsSampleRate` is `0.5` and `tracesSampleRate` is `0.1`,
then the actual sample rate for interactions is `0.05`.

```js
Sentry.init({
  tracesSampleRate: 0.1,
  integrations: [
    Sentry.browserTracingIntegration({
      interactionsSampleRate: 0.5,
    }),
  ],
});
```

-   **Deprecations**

This release deprecates the `Hub` class, as well as the `addRequestDataToTransaction` method. The `trpcMiddleware`
method is no longer on the `Handlers` export, but instead is a standalone export.

Please see the detailed [Migration docs](./MIGRATION.md#deprecations-in-7x) on how to migrate to the new APIs.

-   feat: Deprecate and relocate `trpcMiddleware` ([#&#8203;11389](https://github.com/getsentry/sentry-javascript/issues/11389))
-   feat(core): Deprecate `Hub` class ([#&#8203;11528](https://github.com/getsentry/sentry-javascript/issues/11528))
-   feat(types): Deprecate `Hub` interface ([#&#8203;11530](https://github.com/getsentry/sentry-javascript/issues/11530))
-   ref: Deprecate `addRequestDataToTransaction` ([#&#8203;11368](https://github.com/getsentry/sentry-javascript/issues/11368))

##### Other Changes

-   feat(core): Update metric normalization ([#&#8203;11519](https://github.com/getsentry/sentry-javascript/issues/11519))
-   feat(feedback): Customize feedback placeholder text color ([#&#8203;11521](https://github.com/getsentry/sentry-javascript/issues/11521))
-   feat(remix): Skip span creation for `OPTIONS` and `HEAD` request. ([#&#8203;11485](https://github.com/getsentry/sentry-javascript/issues/11485))
-   feat(utils): Add metric buckets rate limit ([#&#8203;11506](https://github.com/getsentry/sentry-javascript/issues/11506))
-   fix(core): unref timer to not block node exit ([#&#8203;11483](https://github.com/getsentry/sentry-javascript/issues/11483))
-   fix(metrics): Map `statsd` to `metric_bucket` ([#&#8203;11505](https://github.com/getsentry/sentry-javascript/issues/11505))
-   fix(spans): Allow zero exclusive time for INP spans ([#&#8203;11408](https://github.com/getsentry/sentry-javascript/issues/11408))
-   ref(feedback): Configure feedback fonts ([#&#8203;11520](https://github.com/getsentry/sentry-javascript/issues/11520))

#### Bundle size 📦

| Path                                                                               | Size              |
| ---------------------------------------------------------------------------------- | ----------------- |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped)              | 80.58 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped)                        | 71.55 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped)            | 75.57 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.18 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - Webpack (gzipped)                                | 35.49 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped)              | 35.37 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Feedback) - Webpack (gzipped)                               | 31.57 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped)                           | 31.58 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) - Webpack (gzipped)                                                | 22.78 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)       | 78.76 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)                 | 70.12 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped)                         | 35.9 KB   |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6 CDN Bundle (gzipped)                                         | 25.27 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.72 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)         | 108.53 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed)                         | 75.79 KB  |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped)                         | 39.17 KB  |
| [@&#8203;sentry/react](https://github.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped)                          | 72.03 KB  |
| [@&#8203;sentry/react](https://github.com/sentry/react) - Webpack (gzipped)                                                  | 22.81 KB  |
| [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped)                  | 89.87 KB  |
| [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client - Webpack (gzipped)                                          | 54.01 KB  |
| [@&#8203;sentry-internal/feedback](https://github.com/sentry-internal/feedback) - Webpack (gzipped)                                      | 17.32 KB  |

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent b03b1a5 commit cd9ecd6
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/styled": "^11.11.0",
"@next/font": "13.5.6",
"@prisma/client": "^5.0.0",
"@sentry/nextjs": "7.109.0",
"@sentry/nextjs": "7.110.0",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.1",
"@types/bcrypt": "^5.0.0",
Expand Down
228 changes: 114 additions & 114 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1944,46 +1944,46 @@
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz#5f1b518ec5fa54437c0b7c4a821546c64fed6922"
integrity sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==

"@sentry-internal/feedback@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.109.0.tgz#4657d7f36a1de3be466f42735d295e212b7eca11"
integrity sha512-EL7N++poxvJP9rYvh6vSu24tsKkOveNCcCj4IM7+irWPjsuD2GLYYlhp/A/Mtt9l7iqO4plvtiQU5HGk7smcTQ==
dependencies:
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"

"@sentry-internal/replay-canvas@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.109.0.tgz#9a00857994a9487428296feed4a9ddf2d62bab84"
integrity sha512-Lh/K60kmloR6lkPUcQP0iamw7B/MdEUEx/ImAx4tUSMrLj+IoUEcq/ECgnnVyQkJq59+8nPEKrVLt7x6PUPEjw==
dependencies:
"@sentry/core" "7.109.0"
"@sentry/replay" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"

"@sentry-internal/tracing@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.109.0.tgz#3effaa132c41a65378fa98146aea61228d528953"
integrity sha512-PzK/joC5tCuh2R/PRh+7dp+uuZl7pTsBIjPhVZHMTtb9+ls65WkdZJ1/uKXPouyz8NOo9Xok7aEvEo9seongyw==
dependencies:
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"

"@sentry/browser@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.109.0.tgz#13b2623f43047f292cf7d6070128a7501e008693"
integrity sha512-yx+OFG+Ab9qUDDgV9ZDv8M9O9Mqr0fjKta/LMlWALYLjzkMvxsPlRPFj7oMBlHqOTVLDeg7lFYmsA8wyWQ8Z8g==
dependencies:
"@sentry-internal/feedback" "7.109.0"
"@sentry-internal/replay-canvas" "7.109.0"
"@sentry-internal/tracing" "7.109.0"
"@sentry/core" "7.109.0"
"@sentry/replay" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry-internal/feedback@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.110.0.tgz#7103a08cd6bfb43583087d7476a5f24c5857cc22"
integrity sha512-hrfWa3WkSOiBO5Srcr1j4kuGOlbsQic+REpLOofllVIs56DOo9+Aj9svxT+dcvZERv/nlFSV/E0BfGy9g08IEg==
dependencies:
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry-internal/replay-canvas@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.110.0.tgz#af21b56157f44c44a2eedf4326ef37f4ea440fa8"
integrity sha512-SNa+AfyfX+vc6Xw0pIfDsa5Qnc9cpexU6M2D19gadtVhmep7qoFBuhBVZrSv6BtdCxvrb5EyYsHYGfjQdIDcvg==
dependencies:
"@sentry/core" "7.110.0"
"@sentry/replay" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry-internal/tracing@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.110.0.tgz#00f2086b0efb8dd5a67831074e52b176aa542d32"
integrity sha512-IIHHa9e/mE7uOMJfNELI8adyoELxOy6u6TNCn5t6fphmq84w8FTc9adXkG/FY2AQpglkIvlILojfMROFB2aaAQ==
dependencies:
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/browser@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.110.0.tgz#40900d76a8f423a7163a594ec9267a2e0ebd8a5b"
integrity sha512-gIxedVm6ZgkjQfgCDgLWJgAsolq6OxV8hQ2j1+RaDL2RngvelFo/vlX5f2sD6EbjVp77Cri8u5GkMJF+v4p84g==
dependencies:
"@sentry-internal/feedback" "7.110.0"
"@sentry-internal/replay-canvas" "7.110.0"
"@sentry-internal/tracing" "7.110.0"
"@sentry/core" "7.110.0"
"@sentry/replay" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/cli@^1.77.1":
version "1.77.1"
Expand All @@ -1997,95 +1997,95 @@
proxy-from-env "^1.1.0"
which "^2.0.2"

"@sentry/core@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.109.0.tgz#7a02f4af4a676950f6555f552a2a232d4458fcd5"
integrity sha512-xwD4U0IlvvlE/x/g/W1I8b4Cfb16SsCMmiEuBf6XxvAa3OfWBxKoqLifb3GyrbxMC4LbIIZCN/SvLlnGJPgszA==
"@sentry/core@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.110.0.tgz#2945d3ac0ef116ed313fbfb9da4f483b66fe5bca"
integrity sha512-g4suCQO94mZsKVaAbyD1zLFC5YSuBQCIPHXx9fdgtfoPib7BWjWWePkllkrvsKAv4u8Oq05RfnKOhOMRHpOKqg==
dependencies:
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/integrations@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.109.0.tgz#36f8233f55e6b0d4bdb7e7466714575a1d65f3cf"
integrity sha512-8GwPFlUu4rB1Dx3e9tc3gCMmzC5Bd5lzThhg3tMBmzCCEp7UeA4u7eUuKJ5g49vjdznPDRG2p3PcRsApFZNPSg==
"@sentry/integrations@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.110.0.tgz#2ed6fb3687ac965e240e69a44a4847d755f0214e"
integrity sha512-cWpEGMTyX1XO4jb0NXMh1thkkiSajM5ydE/ceAdxmG9V7gv7E1pREK8P1NeVvzvjZ67z+uVWYbgYwXxd4eqZ/A==
dependencies:
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"
localforage "^1.8.1"

"@sentry/nextjs@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/nextjs/-/nextjs-7.109.0.tgz#f29c62e5a7581ee20f9add73b1de7c2cd3667b3b"
integrity sha512-AT0jhMDj7N57z8+XfgEyTJBogpU64z4mQpfOsSF5uuequzo3IlVVoJcu88jdqUkaVFxBJp3aF2T4nz65OHLoeA==
"@sentry/nextjs@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/nextjs/-/nextjs-7.110.0.tgz#d9582a762280a21e41dfad9509fd68ea59e526f5"
integrity sha512-6CGDtgo2aoAG3r1L7bJIZiW/ySpj4E7fvl92DxTgcxsT2sh9nLuj2s1XrU6n1T6HgaW1kUSjGazhH7GURYwRAg==
dependencies:
"@rollup/plugin-commonjs" "24.0.0"
"@sentry/core" "7.109.0"
"@sentry/integrations" "7.109.0"
"@sentry/node" "7.109.0"
"@sentry/react" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry/vercel-edge" "7.109.0"
"@sentry/core" "7.110.0"
"@sentry/integrations" "7.110.0"
"@sentry/node" "7.110.0"
"@sentry/react" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"
"@sentry/vercel-edge" "7.110.0"
"@sentry/webpack-plugin" "1.21.0"
chalk "3.0.0"
resolve "1.22.8"
rollup "2.78.0"
stacktrace-parser "^0.1.10"

"@sentry/node@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.109.0.tgz#dbf152212e42a9b1648ff758ec5bffcb6bb0fa49"
integrity sha512-tqMNAES4X/iBl1eZRCmc29p//0id01FBLEiesNo5nk6ECl6/SaGMFAEwu1gsn90h/Bjgr04slwFOS4cR45V2PQ==
dependencies:
"@sentry-internal/tracing" "7.109.0"
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"

"@sentry/react@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.109.0.tgz#ae8a2950d2022e83f1bccd8b994f0096f3dd1682"
integrity sha512-KqXoDh6LVhNO+FLdM5LiTGpuorFvjoBPQ4nPGIVbjeMY/KZIau3kFxR142EvCApxmD69yvS5EhMnEqlNdaQPGw==
dependencies:
"@sentry/browser" "7.109.0"
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry/node@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.110.0.tgz#c75a7568e641ddb48d1636e62aaa37e9589e8806"
integrity sha512-YPfweCSzo/omnx5q1xOEZfI8Em3jnPqj7OM4ObXmoSKEK+kM1oUF3BTRzw5BJOaOCSTBFY1RAsGyfVIyrwxWnA==
dependencies:
"@sentry-internal/tracing" "7.110.0"
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/react@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.110.0.tgz#cf125267f9a077d8b0904810d9347583bb0ce1c7"
integrity sha512-ryfA2QR41PV+kP3g0lGvpDZ+OkuxSdj2nTjCqPeZKHsK45GYvDMlWkukdHbwrx8ulkbAcWEjPmuZZzHspyieNw==
dependencies:
"@sentry/browser" "7.110.0"
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"
hoist-non-react-statics "^3.3.2"

"@sentry/replay@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.109.0.tgz#f50fb0140c81fce660c44cc93c35988898b8348b"
integrity sha512-hCDjbTNO7ErW/XsaBXlyHFsUhneyBUdTec1Swf98TFEfVqNsTs6q338aUcaR8dGRLbLrJ9YU9D1qKq++v5h2CA==
dependencies:
"@sentry-internal/tracing" "7.109.0"
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"

"@sentry/types@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.109.0.tgz#d8778358114ed05be734661cc9e1e261f4494947"
integrity sha512-egCBnDv3YpVFoNzRLdP0soVrxVLCQ+rovREKJ1sw3rA2/MFH9WJ+DZZexsX89yeAFzy1IFsCp7/dEqudusml6g==

"@sentry/utils@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.109.0.tgz#7078e1400197abc1b0c436679bef980639500a86"
integrity sha512-3RjxMOLMBwZ5VSiH84+o/3NY2An4Zldjz0EbfEQNRY9yffRiCPJSQiCJID8EoylCFOh/PAhPimBhqbtWJxX6iw==
dependencies:
"@sentry/types" "7.109.0"

"@sentry/vercel-edge@7.109.0":
version "7.109.0"
resolved "https://registry.yarnpkg.com/@sentry/vercel-edge/-/vercel-edge-7.109.0.tgz#4e3e1fd5b05be3a59ddc6d6b40407dd929f75b3d"
integrity sha512-0I+pLZPkD0vSlSLwBx9XAs17WXHimGhHIMki/YH5Y007i1iykkMItoDx//Y3PPjZiJu+deO7l4wKO2J1lJW6jg==
dependencies:
"@sentry-internal/tracing" "7.109.0"
"@sentry/core" "7.109.0"
"@sentry/types" "7.109.0"
"@sentry/utils" "7.109.0"
"@sentry/replay@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.110.0.tgz#e185c88cec573724b46b79ada7ef5a7098acd1b6"
integrity sha512-EEpGPf3iBJjWejvoxKLVMnLtLNwPTUxHJV1oxUkbcSi3B/tG5hW7LArYDjAcvkfa4VmA8JLCwj2vYU5MQ8tj6g==
dependencies:
"@sentry-internal/tracing" "7.110.0"
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/types@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.110.0.tgz#c3f252b008cab905097fc71e174191f20bdaf4f3"
integrity sha512-DqYBLyE8thC5P5MuPn+sj8tL60nCd/f5cerFFPcudn5nJ4Zs1eI6lKlwwyHYTEu5c4KFjCB0qql6kXfwAHmTyA==

"@sentry/utils@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.110.0.tgz#68ef59359d608a1a6a7205b780196a042ad73ab2"
integrity sha512-VBsdLLN+5tf73fhf/Cm7JIsUJ6y9DkJj8h4I6Mxx0rszrvOyH6S5px40K+V4jdLBzMEvVinC7q2Cbf1YM18BSw==
dependencies:
"@sentry/types" "7.110.0"

"@sentry/vercel-edge@7.110.0":
version "7.110.0"
resolved "https://registry.yarnpkg.com/@sentry/vercel-edge/-/vercel-edge-7.110.0.tgz#d3235e780388beda94a7788259c6c84c77bd0043"
integrity sha512-LlABtVxIS0jnINVs9i7FDYpUqyz5ZWHIfgmePyQjHKN3KBLXWDQnuNdVr4bRdqdx4A5yjRZm66sPTYc5YMgOmg==
dependencies:
"@sentry-internal/tracing" "7.110.0"
"@sentry/core" "7.110.0"
"@sentry/types" "7.110.0"
"@sentry/utils" "7.110.0"

"@sentry/webpack-plugin@1.21.0":
version "1.21.0"
Expand Down

0 comments on commit cd9ecd6

Please sign in to comment.