Commit Graph

161 Commits

Author SHA1 Message Date
Arpad Borsos 079993ac26 fix: Update crashpad and suppress C5105 (#428)
This warning was newly introduced in VS 16.8, but breaks with the
Windows SDKs own `winbase.h` header. We will just suppress it for now.
2020-11-20 14:29:59 +01:00
Arpad Borsos 04eb4e61f0 release: 0.4.4 2020-11-12 14:05:05 +01:00
Arpad Borsos 8faa78298d feat: Expose modulefinder (#423) 2020-11-11 14:07:54 +01:00
Arpad Borsos dfc96e3fcb fix: Retain run folder on shutdown (#422) 2020-11-10 15:28:41 +01:00
Arpad Borsos 8a38e57882 fix: Fix building on MinGW (#421)
fixes #420
2020-11-09 12:41:42 +01:00
Arpad Borsos f9ea2e360d fix: Better validate JSON double output (#418) 2020-11-06 13:49:54 +01:00
Jan Michael Auer 7cd5e9cebb fix(crashpad): Send sentry_client with all crashpad requests (#410) 2020-10-29 12:20:38 +01:00
Armin Ronacher 49b3bd6cd1 ref(android): Do not use stb for printf on Android (#409) 2020-10-28 10:27:11 +01:00
Arpad Borsos 6a55ce7c28 fix: Parse/Stringify JSON in a locale-independent way (#408)
fixes #407
2020-10-27 16:47:48 +01:00
Arpad Borsos 73e4324a01 fix: Run crashpad tests on 32-bit Windows (#401) 2020-10-16 17:02:45 +02:00
Arpad Borsos 560e7b2dd4 release: 0.4.3 2020-10-12 10:10:10 +02:00
Arpad Borsos 291825df4a fix: Append breadcrumbs in binary mode (#395) 2020-10-09 11:35:29 +02:00
Arpad Borsos b908a7a59c fix: Use doubles to represent signal numbers (#392) 2020-10-05 15:48:53 +02:00
Arpad Borsos fbe58877fb feat: Expose the backend as an SDK integration (#386) 2020-10-05 11:48:14 +02:00
Arpad Borsos 004725b274 fix: Change NaN-boxing to Pointer Tagging (#378) 2020-09-30 14:42:24 +02:00
Arpad Borsos aa733d525b ci: Switch to GitHub Actions (#383) 2020-09-29 15:47:09 +02:00
Arpad Borsos 1d0a84d467 release: 0.4.2 2020-09-15 12:47:03 +02:00
Arpad Borsos b2c6afff3b fix: Increase session errors count for sampled events (#367) 2020-09-15 12:42:16 +02:00
Arpad Borsos c48b073b31 release: 0.4.1 2020-08-27 11:57:13 +02:00
Arpad Borsos fd13157df5 fix: Parse rate limits with multiple categories (#362) 2020-08-26 12:41:56 +02:00
Arpad Borsos f32ec6842a release: 0.4.0 2020-08-11 10:30:25 +02:00
Arpad Borsos 0c5c158c1c fix: Lock scope for duration of flush hook (#348)
Also add some tests and fix winhttp proxy validation.
2020-08-10 16:40:03 +02:00
Arpad Borsos 35dadfe32f meta: Use pytestmark to skip whole files (#349) 2020-08-10 15:09:00 +02:00
Arpad Borsos 247787de32 fix: Flush session and send queue in crashpad backend (#335) 2020-08-10 11:59:37 +02:00
Arpad Borsos b9e2aab5f6 fix: Lock/refcount global options whenever they are accessed (#333) 2020-07-23 14:38:26 +02:00