Skip to content

Crash reporting in PacketTunnelProvider? #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bender1138 opened this issue May 9, 2025 · 2 comments
Closed

Crash reporting in PacketTunnelProvider? #512

bender1138 opened this issue May 9, 2025 · 2 comments
Labels

Comments

@bender1138
Copy link

bender1138 commented May 9, 2025

I am trying to use Instabug to report crashes in a NEPacketTunnelProvider.

I initialize in startTunnelWithOptions:completionHandler:

void onCrashHandler(IBGCrashReportWriter *writer) {
    NSLog(@"IBG: onCrashHandler");
}
[Instabug startWithToken:instabugToken invocationEvents:IBGInvocationEventNone]; 
[IBGCrashReporting setOnCrashHandler:onCrashHandler];
IBGCrashReporting.didSendCrashReportHandler = ^(IBGCrashMetaData *metadata) {
    NSLog(@"IBG: didSendCrashReportHandler: %@", metadata.description);
};

But I don't see any of the callbacks get executed on crashes. Does Instabug support crash reporting in NEPacketTunnelProvider?

Copy link

stale bot commented May 16, 2025

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Inactive label May 16, 2025
Copy link

stale bot commented May 24, 2025

This issue has been automatically closed due to inactivity.

@stale stale bot closed this as completed May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant