Closed suneettipirneni closed 3 years ago
Figured it out, I wasn't using a Transaction
with my error.
Figured it out, I wasn't using a
Transaction
with my error.
@suneettipirneni I'm running into this issue and replicated your setup. However, I am not sure what you mean by using a Transaction
for your error. Can you please elaborate?
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Link to issue: https://sentry.io/organizations/knight-hacks/issues/2563023410/?project=5898063&query=is%3Aunresolved
Description
I followed the steps outlined in docs for enabling source maps with typescript:
src/index.ts
In addition I'm using the reccomended tsconfig production file:
tsconfig.production.json
I'm then releasing my source maps via:
However I still get errors reported in the compiled JS files, and the stack traces aren't linked.
For example here is my error path:
And here is the corresponding script and sourcemap path(s):
But for some reason it's not linking. I followed the solution given #3189, and I had no avail.