You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As result, no source maps available in stack trace and error showed in minified format.
Debug logs
Attach your debug logs.
See the documentation
about how to enable debug logging.
I read documentation, but i dont find any clue, about how can i check that my sourcemaps are used for my project?
Is there any api, that can help me with this? Or is there any api call in network tab, there i can found any clue about why uploaded maps doesnt used in stacktrace?
It looks like all is perfectly fine at first glance, because webpack not throwing any errors. And all source map are successfully uploaded to endpoint. Plz help me, because i dont know how to solve this problem, without a debug log. There i can find any clues about what happening in the kibana, then i open up stacktrace and how sourcemaps being used by it?
The text was updated successfully, but these errors were encountered:
Hi @ivanushkaPr, sorry to hear that you are experiencing issues with sourcemaps. We like to keep the github repos for confirmed bugs and enhancements and discuss problems and feedback on missing documentation etc in the elastic apm discuss forum. Would you please open an issue there, best to tag it with rum and server, and also include the apm-server version and share any helpful indicators from the apm-server logs if available.
Describe the bug
Source maps uploaded successfully, but not applied to observed project stacktrace.
To Reproduce
const serviceVersion = require("./package.json").version;
const TerserPlugin = require("terser-webpack-plugin");
Debug logs
Attach your debug logs.
See the documentation
about how to enable debug logging.
I read documentation, but i dont find any clue, about how can i check that my sourcemaps are used for my project? Is there any api, that can help me with this? Or is there any api call in network tab, there i can found any clue about why uploaded maps doesnt used in stacktrace?
It looks like all is perfectly fine at first glance, because webpack not throwing any errors. And all source map are successfully uploaded to endpoint. Plz help me, because i dont know how to solve this problem, without a debug log. There i can find any clues about what happening in the kibana, then i open up stacktrace and how sourcemaps being used by it?
The text was updated successfully, but these errors were encountered: