-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Description
Hi, anytime I'm calling StackTrace.FromError() there is a network request to redownload the minified file AND the source map file. I am also using the newest version of stacktrace.
For now, the solution I've found is to set {offline: true } in the options, but this means the stacktrace just points to the minified file.
I've tried setting the sourceCache to the url of the source map,
also tried setting the sourceCache to the url of the source map and setting offline to true.
I've set sourceCache to {}, which was a suggestion I've seen a few times on here, but none of these have solved my issue.
Is there something I'm missing?
spukst3r, zachlowry and rebolyte
Metadata
Metadata
Assignees
Labels
No labels