Skip to content

Redownloads source map and minified file #157

@ghost

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions