Jacob Martin
Jacob Martin
Much better.. these shouldn't need to be "magic strings" anywhere. Thanks!
To add more clarification to my logic here: The reason we need Nest not to log these exceptions, is because the only exceptions that should be logged are exceptions *that...
I really need a workaround for charts that have lots of duplicate keys in them, like GitLab. @or-shachar can you share your method please? @marianobilli have you found a workaround?...
Same issue here, `axios.create` results in `TypeError: Cannot read properties of undefined (reading 'create')` Had to switch back to 1.1.0 - huge breaking change
Would be better if we could pipe it to whatever we want. Something like [pino-pretty](https://github.com/pinojs/pino-pretty) would be much more useful than jq
This documentation: https://develop.sentry.dev/sdk/research/performance/#scope-propagation Is incorrect, when it states: > JavaScript, for example, is single-threaded with an event loop and async code execution. There is no standard way to carry contextual...
There is already an option to prevent cross-namespace alerts: https://fluxcd.io/flux/components/notification/alert/#disable-cross-namespace-selectors So there should be nothing stopping us from implementing `*` wildcard namespaces, and just don't allow them if that flag...
I just want to chime in here - I am instrumenting a NestJS app correctly, using the actual PrismaService resolved from Nest, like so: ```ts Sentry.init({ dsn: '', tracesSampleRate: 1.0,...
All of our teams struggle with this when setting up webhook receivers for real-time updates. The cert-manager acme http DNS verifying pod that spins up to broker the SSL certificate...
Hey @Goddard - thanks for the question, yes indeed! I'm a full-time computer science student now so I don't have as much time to work on Angel lately, but I...