Hi there,
I am new to sentry, just implemented fully functional lets say with ionic framework v5 with capacitor and angular.
I have integrated my repository from Github inside sentry without a problem, i have made some releases through the ionic build, so every time a build is made is see through the sentry logs.
My problem is, why my alerts/issues created from the ionic app, shown inside sentry, does not show the stack trace? i followed every step of the way, but I can not figure it out. Does anyone have this similar problem?
I will leave bellow what i configured and where.
app.module.ts
Sentry.init({
dsn: “–removed–”,
debug: true,
release: “io.ionic.starter@1.0.1”,
environment: ‘staging’
});
package.json
“config”: {
“ionic_generate_source_map”: “true”
}
tsconfig.json
“sourceMap”: true,
“inlineSources”: true,
“sourceRoot”: “/”,
Even when i build, i do: ionic build --prod --source-map
Thank you,
John.