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´m adding sentry.native to an app and I have a few question:
I´m adding a breadcrumb when entering a method to add context (sentry_add_breadcrumb), can this breadcrumb be removed when exiting the method? Something like sentry_set_extra / sentry_remove_extra
I have enabled crashpad. The app starts and the db created. If I force a crash (1/0) it creates a dump but nothing is send to sentry.io. Do I need to setup my signal/exception handler? I saw case Handle Exception API #201 so, maybe, this is not yet ready
Hi,
I´m adding sentry.native to an app and I have a few question:
I´m adding a breadcrumb when entering a method to add context (sentry_add_breadcrumb), can this breadcrumb be removed when exiting the method? Something like sentry_set_extra / sentry_remove_extra
I have enabled crashpad. The app starts and the db created. If I force a crash (1/0) it creates a dump but nothing is send to sentry.io. Do I need to setup my signal/exception handler? I saw case Handle Exception API #201 so, maybe, this is not yet ready
Thanks,
David