Commit Graph

54 Commits

Author SHA1 Message Date
Arpad Borsos 3cb24a22a2 feat: Support modifying attachments after init
Moves the attachments to the scope, and adds `sentry_add_attachment` and
`sentry_remove_attachment` and wstr variants that modify this attachment
list after calling init. Attachments are identified by their path.
2020-12-01 11:20:25 +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
Mikhail Paulyshka af9796c962 feat: Give transport thread a name (#413) 2020-11-05 13:15:37 +01:00
Jan Michael Auer 7cd5e9cebb fix(crashpad): Send sentry_client with all crashpad requests (#410) 2020-10-29 12:20:38 +01:00
Arpad Borsos 560e7b2dd4 release: 0.4.3 2020-10-12 10:10:10 +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 fd13157df5 fix: Parse rate limits with multiple categories (#362) 2020-08-26 12:41:56 +02:00
Arpad Borsos 2fed9755d3 docs: Better document the database-path requirements (#356) 2020-08-19 18:28:31 +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 b9e2aab5f6 fix: Lock/refcount global options whenever they are accessed (#333) 2020-07-23 14:38:26 +02:00
Arpad Borsos b1debcb178 fix: Initialize curl in the correct order and update public API (#341) 2020-07-21 17:18:01 +02:00
Arpad Borsos 6d1e0478ec feat: Stabilize sessions and enable by default (#336) 2020-07-15 16:25:14 +02:00
Arpad Borsos e00a0bbd31 ref: Remove name parameter from sentry_options_add_attachment (#330) 2020-07-03 15:53:13 +02:00
Arpad Borsos cf1b2c53c0 feat: Add a userdata parameter to the logger. (#325)
Co-authored-by: Yuriy Levchenko <irov13@mail.ru>
2020-06-30 11:50:38 +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
Mikhail Paulyshka aca8890298 feat: Implement logger hook (#267) 2020-06-04 10:34:57 +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 f52bf3a752 ref: Make transport opaque (#256) 2020-05-13 15:01:39 +02:00