31 Commits

Author SHA1 Message Date
getsentry-bot 1c046603d9 release: 0.4.8 2021-03-05 08:42:43 +00:00
getsentry-bot 3aa9a80fcf release: 0.4.7 2021-02-03 13:44:39 +00:00
Arpad Borsos d5848ded59 feat: Add os context to events automatically (#467) 2021-02-03 11:43:04 +01:00
getsentry-bot 2327d513d9 release: 0.4.6 2021-01-25 13:55:02 +00:00
getsentry-bot a4e7301c1c release: 0.4.5 2021-01-20 11:08:37 +00:00
Arpad Borsos 04eb4e61f0 release: 0.4.4 2020-11-12 14:05:05 +01:00
Arpad Borsos dfc96e3fcb fix: Retain run folder on shutdown (#422) 2020-11-10 15:28:41 +01:00
Arpad Borsos 560e7b2dd4 release: 0.4.3 2020-10-12 10:10:10 +02:00
Arpad Borsos fbe58877fb feat: Expose the backend as an SDK integration (#386) 2020-10-05 11:48:14 +02:00
Arpad Borsos 1d0a84d467 release: 0.4.2 2020-09-15 12:47:03 +02:00
Arpad Borsos c48b073b31 release: 0.4.1 2020-08-27 11:57:13 +02:00
Arpad Borsos f32ec6842a release: 0.4.0 2020-08-11 10:30:25 +02:00
Arpad Borsos b9e2aab5f6 fix: Lock/refcount global options whenever they are accessed (#333) 2020-07-23 14:38:26 +02:00
Arpad Borsos 577c9f49f9 test: Add more testcases for previously untested code (#317)
# Tests added:

* Object cloning and overwriting keys.
* Serializing more msgpack values.
* Forcing captured events to have a uuid event_id.
* JSON escapes and surrogate parsing, also fixing a bug for that.
* Discarding events when missing consent.
* Test and fix recording errors on current session.
* Sessions with username did.
* Lots of abnormal sessions on startup.

# Bugs fixed:

* Wrong JSON decoding with surrogate pairs.
* Memory Leak parsing unmatched surrogate pairs.
* Never recorded error counts on sessions.
2020-07-06 19:43:54 +02:00
Jan Michael Auer e45af98fcf release: 0.3.4 2020-06-19 20:56:36 +02:00
Arpad Borsos f326cec6e8 release: 0.3.3 2020-06-17 11:37:58 +02:00
Arpad Borsos a26848bfa6 release: 0.3.2 2020-06-15 17:46:45 +02:00
Arpad Borsos df9f1eb281 release: 0.3.1 2020-05-29 11:22:40 +02:00
Arpad Borsos c6dd1f97bb feat: Symbolize Stacktraces in-process (#261) 2020-05-28 23:11:49 +02:00
Arpad Borsos 3bfce2d17c release: 0.3.0 (#260) 2020-05-14 11:20:21 +02:00
Arpad Borsos 001b2d42b7 fix: Correctly handle unicode in windows paths (#252) 2020-05-12 17:32:50 +02:00
Arpad Borsos 4c2211604a ref: Always send envelopes (#249)
This removes all the multipart handling code and is a *soft break*,
since the API stays the same, but the SDK now *really* requires a
Relay-enabled sentry server.
2020-05-05 11:48:26 +02:00
Arpad Borsos 2676d8541c release: 0.2.6 2020-04-29 17:41:49 +02:00
Arpad Borsos 029594607d release: 0.2.5 2020-04-27 16:46:36 +02:00
Arpad Borsos 2368456042 fix: Send sessions as envelopes to the correct endpoint (#241) 2020-04-23 11:07:24 +02:00