Skip to content

Commit

Permalink
Revert "latest changes for release"
Browse files Browse the repository at this point in the history
This reverts commit 89ae0db.
  • Loading branch information
Ido Shemesh authored and Ido Shemesh committed Nov 9, 2022
1 parent 89ae0db commit 80562d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sentry-native
Submodule sentry-native updated 122 files
9 changes: 0 additions & 9 deletions src/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 80562d3

Please sign in to comment.