Skip to content

Commit

Permalink
fix(deps): update dependency @sentry/types to ^7.74.0 (#4325)
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/types](https://github.com/getsentry/sentry-javascript/tree/master/packages/types)
([source](https://github.com/getsentry/sentry-javascript)) |
[`^7.73.0` ->
`^7.74.0`](https://renovatebot.com/diffs/npm/@sentry%2ftypes/7.73.0/7.74.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2ftypes/7.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2ftypes/7.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2ftypes/7.73.0/7.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2ftypes/7.73.0/7.74.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Important Changes

- **feat(astro): Add `sentryAstro` integration
([#&#8203;9218](https://github.com/getsentry/sentry-javascript/issues/9218))**

This Release introduces the first alpha version of our new SDK for
Astro.
At this time, the SDK is considered experimental and things might break
and change in future versions.

The core of the SDK is an Astro integration which you easily add to your
Astro config:

```js
// astro.config.js
import { defineConfig } from "astro/config";
import sentry from "@&#8203;sentry/astro";

export default defineConfig({
  integrations: [
    sentry({
      dsn: "__DSN__",
      sourceMapsUploadOptions: {
        project: "astro",
        authToken: process.env.SENTRY_AUTH_TOKEN,
      },
    }),
  ],
});
```

Check out the [README](./packages/astro/README.md) for usage
instructions and what to expect from this alpha release.

##### Other Changes

- feat(core): Add `addIntegration` utility
([#&#8203;9186](https://github.com/getsentry/sentry-javascript/issues/9186))
- feat(core): Add `continueTrace` method
([#&#8203;9164](https://github.com/getsentry/sentry-javascript/issues/9164))
- feat(node-experimental): Add NodeFetch integration
([#&#8203;9226](https://github.com/getsentry/sentry-javascript/issues/9226))
- feat(node-experimental): Use native OTEL Spans
([#&#8203;9161](https://github.com/getsentry/sentry-javascript/issues/9161),
[#&#8203;9214](https://github.com/getsentry/sentry-javascript/issues/9214))
- feat(node-experimental): Sample in OTEL Sampler
([#&#8203;9203](https://github.com/getsentry/sentry-javascript/issues/9203))
- feat(serverlesss): Allow disabling transaction traces
([#&#8203;9154](https://github.com/getsentry/sentry-javascript/issues/9154))
- feat(tracing): Allow direct pg module to enable esbuild support
([#&#8203;9227](https://github.com/getsentry/sentry-javascript/issues/9227))
- feat(utils): Move common node ANR code to utils
([#&#8203;9191](https://github.com/getsentry/sentry-javascript/issues/9191))
- feat(vue): Expose `VueIntegration` to initialize vue app later
([#&#8203;9180](https://github.com/getsentry/sentry-javascript/issues/9180))
- fix: Don't set `referrerPolicy` on serverside fetch transports
([#&#8203;9200](https://github.com/getsentry/sentry-javascript/issues/9200))
- fix: Ensure we never mutate options passed to `init`
([#&#8203;9162](https://github.com/getsentry/sentry-javascript/issues/9162))
- fix(ember): Avoid pulling in utils at build time
([#&#8203;9221](https://github.com/getsentry/sentry-javascript/issues/9221))
- fix(ember): Drop undefined config values
([#&#8203;9175](https://github.com/getsentry/sentry-javascript/issues/9175))
- fix(node): Ensure mysql integration works without callback
([#&#8203;9222](https://github.com/getsentry/sentry-javascript/issues/9222))
- fix(node): Only require `inspector` when needed
([#&#8203;9149](https://github.com/getsentry/sentry-javascript/issues/9149))
- fix(node): Remove ANR `debug` option and instead add
logger.isEnabled()
([#&#8203;9230](https://github.com/getsentry/sentry-javascript/issues/9230))
- fix(node): Strip `.mjs` and `.cjs` extensions from module name
([#&#8203;9231](https://github.com/getsentry/sentry-javascript/issues/9231))
- fix(replay): bump rrweb to 2.0.1
([#&#8203;9240](https://github.com/getsentry/sentry-javascript/issues/9240))
- fix(replay): Fix potential broken CSS in styled-components
([#&#8203;9234](https://github.com/getsentry/sentry-javascript/issues/9234))
- fix(sveltekit): Flush in server wrappers before exiting
([#&#8203;9153](https://github.com/getsentry/sentry-javascript/issues/9153))
- fix(types): Update signature of `processEvent` integration hook
([#&#8203;9151](https://github.com/getsentry/sentry-javascript/issues/9151))
- fix(utils): Dereference DOM events after they have servered their
purpose
([#&#8203;9224](https://github.com/getsentry/sentry-javascript/issues/9224))
- ref(integrations): Refactor pluggable integrations to use
`processEvent`
([#&#8203;9021](https://github.com/getsentry/sentry-javascript/issues/9021))
- ref(serverless): Properly deprecate `rethrowAfterCapture` option
([#&#8203;9159](https://github.com/getsentry/sentry-javascript/issues/9159))
- ref(utils): Deprecate `walk` method
([#&#8203;9157](https://github.com/getsentry/sentry-javascript/issues/9157))

Work in this release contributed by
[@&#8203;aldenquimby](https://github.com/aldenquimby). Thank you for
your contributions!

##### Bundle size 📦

| Path | Size |
|
----------------------------------------------------------------------------------
| ----------------- |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing, Replay) - Webpack (gzipped) | 84.27 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing) - Webpack (gzipped) | 31.43 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) -
Webpack (gzipped) | 22.02 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (gzipped) | 78.79 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (gzipped) | 28.6 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6
CDN Bundle (gzipped) | 21.02 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 254.51 KB
|
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (minified & uncompressed) | 86.76 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) - ES6
CDN Bundle (minified & uncompressed) | 62.45 KB |
| [@&#8203;sentry/browser](https://github.com/sentry/browser) (incl.
Tracing) - ES5 CDN Bundle (gzipped) | 31.48 KB |
| [@&#8203;sentry/react](https://github.com/sentry/react) (incl.
Tracing, Replay) - Webpack (gzipped) | 84.3 KB |
| [@&#8203;sentry/react](https://github.com/sentry/react) - Webpack
(gzipped) | 22.06 KB |
| [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client
(incl. Tracing, Replay) - Webpack (gzipped) | 102.21 KB |
| [@&#8203;sentry/nextjs](https://github.com/sentry/nextjs) Client -
Webpack (gzipped) | 50.96 KB |

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **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/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and bakoushin committed Oct 17, 2023
1 parent b94fc82 commit 5acfd86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@segment/analytics-react-native-plugin-firebase": "^0.3.9",
"@segment/sovran-react-native": "^1.0.4",
"@sentry/react-native": "^4.15.2",
"@sentry/types": "^7.73.0",
"@sentry/types": "^7.74.0",
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.7",
"@toruslabs/fetch-node-details": "^8.1.1",
"@toruslabs/torus.js": "^6.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3112,10 +3112,10 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d"
integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==

"@sentry/types@^7.73.0":
version "7.73.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.73.0.tgz#6d811bbe413d319df0a592a672d6d72a94a8e716"
integrity sha512-/v8++bly8jW7r4cP2wswYiiVpn7eLLcqwnfPUMeCQze4zj3F3nTRIKc9BGHzU0V+fhHa3RwRC2ksqTGq1oJMDg==
"@sentry/types@^7.74.0":
version "7.74.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.74.0.tgz#810a62cd28db21c5f15f131da6525d7ddf7a29db"
integrity sha512-rI5eIRbUycWjn6s6o3yAjjWtIvYSxZDdnKv5je2EZINfLKcMPj1dkl6wQd2F4y7gLfD/N6Y0wZYIXC3DUdJQQg==

"@sentry/utils@7.37.2":
version "7.37.2"
Expand Down

0 comments on commit 5acfd86

Please sign in to comment.