Skip to content

Releases: mec07/sentrywriter

Add an example main.go which uses SetClientOptions and takes a sentry.ClientOptions struct

24 Oct 18:11
a6cc7bd
Compare
Choose a tag to compare
Add example file with sentry.ClientOptions (#9)

* Add example with sentry.ClientOptions

* bump version

Protect breadcrumbsLimit with mutex

20 Oct 14:41
a08fa0e
Compare
Choose a tag to compare
v0.3.1

Protect the breadcrumbsLimit with mutex (#8)

Add SetClientOptions method for full access to Sentry client options

19 Oct 20:08
a89ebbf
Compare
Choose a tag to compare
Add SetClientOptions method (#7)

* Add SetClientOptions method

* Update the docs

Add the options to add breadcrumbs and attach stacktraces

19 Oct 19:42
a274b53
Compare
Choose a tag to compare
Add breadcrumbs and the option to attach stacktraces (#5)

* Add breadcrumbs and the option to attach stacktraces

* Take advantage of scope's own mutex

* Add a more specific test of breadcrumb paths

Simplified log filtering. It is off by default but turns on as soon as any LogLevels are supplied.

19 Oct 13:13
2233b0a
Compare
Choose a tag to compare
Make New() function take LogLevel arguments (#4)

* Add log levels to New command

* bump version

* Only filter when there is something to filter on

* Clarify things in the documentation

* Tidy up a couple of things

* grammatical fix

* made documentation a little clearer

* Set version to 0.1.0

Improve the documentation

17 Oct 17:17
4d459c6
Compare
Choose a tag to compare
Improve documentation (#3)

* Improve the documentation

* Add sentence about the Flush function

* add comment into package documentation

Fix a bug with adding the UserID

17 Oct 16:49
baf4157
Compare
Choose a tag to compare
Fix userID bug (#2)

* Fix userID bug and just set it once

* Bump version and make scope usage threadsafe

* protect scope with the mutex

* Add WithUserID to the tests

Added the SentryWriter which implements the io.Writer interface

16 Oct 18:22
15b4d38
Compare
Choose a tag to compare
Merge pull request #1 from mec07/writer

Add SentryWriter and io.Writer implementation