Reece Carolan
Reece Carolan
Hi @timfish, the new method for excluding openai does not appear to work for us. Instead of throwing an error, openai calls seem to freeze any further execution (I might...
If it helps, I believe this error only occurs if `noUncheckedSideEffectImports` is set to true in your `tsconfig.json`. I haven't confirmed that this is the root cause, but iI was...
This has been causing issues with Vite HMR and Tanstack Start SSR, guessing for similar reasons that screeny05 noted. To anyone looking for a quick (and super hacky) copy-paste version...
Hello hello! Is this on the roadmap for a near-future Sentry release? I'm eager to adopt v8 at my company and wanted to wait for this PR to merge before...
Thanks for checking this! I spent a bit of time trying to tweak some types but I haven't been able to crack it yet Let me know if you're unable...
@JonasBa **With node profiling (reports as not-instrumented)** ```console Sentry Logger [log]: Initializing Sentry: process: 65271, thread: main. Sentry Logger [log]: Integration installed: InboundFilters Sentry Logger [log]: Integration installed: FunctionToString Sentry...
I was not, but I tried adding `profilesSampleRate: 1` to my sdk init and it seems that did not resolve the issue. Also, I edited my previous reply with additional...
I have not tried to verify if profiling or tracing are working as expected or not Are you saying that the `[Sentry] fastify is not instrumented...` log is misleading in...
I should clarify, I have not confirmed myself whether the warning message is accurate or not. @JonasBa I experienced this warning message in our internal codebase at trainwell which has...
@andreiborza I modified [my repo](https://github.com/Xhale1/sentry-repro/tree/317cf0901e0f3e081b373410d24623a51e022511) to use `tsc` instead of `tsup` and the issue persists. The transpired files in `dist` all look ok to me. Do you know why the...