There was an error while loading. Please reload this page.
1 parent 6b4237c commit 5c709b9Copy full SHA for 5c709b9
1 file changed
src/sentry/sentry_sdk.cpp
@@ -201,10 +201,11 @@ void SentrySDK::init(const Callable &p_configuration_callback) {
201
godot_logger.instantiate();
202
}
203
OS::get_singleton()->add_logger(godot_logger);
204
- sentry::engine_lifecycle::add_shutdown_callback(
205
- sentry::util::Callback<>::bind<&SentrySDK::_on_engine_shutdown>(this));
206
207
+ sentry::engine_lifecycle::add_shutdown_callback(
+ sentry::util::Callback<>::bind<&SentrySDK::_on_engine_shutdown>(this));
208
+
209
// Signal .NET layer to initialize.
210
sentry::dotnet::init();
211
0 commit comments