diff --git a/Makefile b/Makefile index 2c76b58..325872c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ -SENTRY_AUTH_TOKEN=2cf09ac0cc6a4449a91e45ad00e77345e76eeb1a27394ebda2eda3c726ffbf9a SENTRY_ORG=testorg-az -SENTRY_PROJECT=native +SENTRY_PROJECT=sentry-native VERSION ?= $(shell sentry-cli releases propose-version) CMAKE=cmake diff --git a/sentry-native b/sentry-native index 58cbac4..1c04660 160000 --- a/sentry-native +++ b/sentry-native @@ -1 +1 @@ -Subproject commit 58cbac43ab89c803af37aa124d526be82575072d +Subproject commit 1c046603d9c61e1790a80ac2f8fb80c255152225 diff --git a/src/example.c b/src/example.c index f546906..4264700 100644 --- a/src/example.c +++ b/src/example.c @@ -65,15 +65,6 @@ void send_event(void) sentry_set_tag("key_name", "value"); sentry_capture_event(event); - // const auto forceQuitEvent = sentry_value_new_message_event( - // "fatal", - // nullptr, - // "inErrorDescription"); - - // auto exception = sentry_value_new_exception(inErrorDescription, inErrorDescription); - - // sentry_event_add_exception(forceQuitEvent, exception); - // sentry_capture_event(forceQuitEvent); } // use `make run message` or `make run crash`