All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added an example file: example/main.go
- Protect the breadcrumbsLimit with a mutex
- Add SetClientOptions method to SentryWriter, i.e. just give the user the ability to toggle all the sentry.ClientOptions fields
- Add the options to add breadcrumbs and attach stacktraces.
- Simplified log filtering. It is off by default but turns on as soon as any LogLevels are supplied.
- Add some documentation to the Readme.
- Fixed a bug with adding the User ID field.
- Added the SentryWriter which implements the io.Writer interface.