fastify-sentry
fastify-sentry copied to clipboard
A Fastify plugin for attaching Sentry to the framework
Hello, I'm using this code right [there](https://git.kaki87.net/KaKi87/api/src/branch/master/index.js#L13) : ```js fastify.register(require('fastify-sentry'), { dsn: sentryDsn }) ``` Which generates this weird Sentry issue :  Ideas ? Thanks
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
The `modifyCoreObjects` went from defaulting to `true` to defaulting to `false` and then got completely removed, refs: https://github.com/fastify/fastify/pull/2015
Sentry `release` is part of the basic init options, refs: - https://docs.sentry.io/platforms/javascript/#configure - https://docs.sentry.io/product/releases/
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Thanks for sharing this plugin. I'm using it with typescript, having the types exposed would be helpful e.g. https://github.com/fastify/fastify-swagger/blob/v4.8.4/index.d.ts
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...