Skip to content

Commit 49b2bcc

Browse files
committed
sentry plugin: fix on_init_native_sdk response
1 parent 5a25497 commit 49b2bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/sentry/sentry.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ static void on_init_native_sdk(
125125
}
126126

127127
plugin->sentry_initialized = true;
128+
129+
platch_respond_success_std(responsehandle, &STDNULL);
128130
}
129131

130132
static void on_capture_envelope(

0 commit comments

Comments
 (0)