LiquidAI-project / wasmiot-orchestrator

MIT License
0 stars 1 forks source link

Sentry obfuscates error logs locally #51

Open trkks opened 1 year ago

trkks commented 1 year ago

While developing the orchestrator, the logging in Javascript/Node shows up in VSCode debug console as originating from console.js:<line#> as shown in the image below: Orchestrator logs in VSCode

The actual source that would be needed to investigate the error could be found in the Sentry Web-GUI, but it does not seem to update in real time.

This is a bit annoying and slows down work but seems like an easy fix. Maybe change some parameter in Sentry initialization?