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
I am moving from sentry to datadog for error logging. I have an Ionic + Capacitor application. So this application runs as a Hybrid Application. Same source code is used for both Web Application, iOS, and Android.
The problem that I am getting when running as an iOS app is that stacktrace does not contain the proper file name and line number where the error occurred.
JS code that is throwing the error is:
// newTestVariableis not declared ever.
var a = newTestVariable;
bcaudan
changed the title
Error stack created at Capacitor App is facing same issue as Sentry was used to face
Support for Capacitor App stack traces
Dec 14, 2020
I am moving from sentry to datadog for error logging. I have an Ionic + Capacitor application. So this application runs as a Hybrid Application. Same source code is used for both Web Application, iOS, and Android.
The problem that I am getting when running as an iOS app is that stacktrace does not contain the proper file name and line number where the error occurred.
JS code that is throwing the error is:
Log created is:
A similar issue was earlier in Sentry also which was reported here getsentry/sentry-javascript#1863 and they resolved it by modifying their gecko here mrlowe/sentry-javascript@3a09f91. So it might be helpful to understand what I mean.
Maybe something similar needs to be done by datadog also.
The text was updated successfully, but these errors were encountered: