Charly Gomez

Results 185 comments of Charly Gomez

> Can we figure out a solution to version individual files/pages, not entire folders? @HazAT with option 3 we would do basically that. We could for example add the version...

@krystofwoldrich depending on the implementation we could do that yes

Docs for versioning available [here](https://docs.sentry.io/contributing/platforms/versioning/)

@WilliamBlais nice! Your otel spans should be picked up automatically by Sentry 👍

@segersniels Thanks for the repro. It worked as expected as long as the env var was prefixed with `NEXT_PUBLIC`, otherwise the dsn wasn't available on the client. I have also...

Yeah that should not be the case, can you show me your actual `next.config`?

@segersniels I just noticed `Sentry Logger [log]: Recording outcome: "ratelimit_backoff:error"` showing up in your logs. Which seems strange since you just started setting up this project? Can you check for...

Good to hear you're up and running 👍 My takeaway for this is: 1. Make ratelimiting errors more visible/helpful in the debug logs 2. Re-think the way we add logs...

@branislavbrincko please set `debug: true` to your `sentry.server.config`, run a build locally (`next build`), and start the app (`next start`) – and then check the logs for any errors.

Sorry my bad, you also need to set `disableLogger: false` in your `next.js.config`