tlianza / pigeon

Sentry Client for Cloudflare Workers
MIT License
44 stars 1 forks source link

Source map support? #5

Open piotrblasiak opened 4 years ago

piotrblasiak commented 4 years ago

Great job with the library, but I believe most people are using webpack/wrangler and this source map support is a must. Any way to do this?

tlianza commented 4 years ago

I think this was resolved via #3 but can you let me know if not?

piotrblasiak commented 4 years ago

Unfortunately it doesn't work for me. See screenshot.

Screenshot 2020-02-25 at 09 20 58
piotrblasiak commented 4 years ago

Any advice on getting this to work? Would love to get my stuff up on cloudflare :)

cbzehner commented 4 years ago

Not very experienced here, but would the suggestions in this blog post help with this?

grakic commented 4 years ago

@piotrblasiak Check in Sentry on Release tab if you have artifact uploaded.

You have to upload code to Sentry when making a release before deploying to CloudFlare.

Artifact can be uploaded with SentryCliPlugin webpack plugin or with sentry-cli: https://docs.sentry.io/cli/releases/#managing-release-artifacts