Commit Graph

15 Commits

Author SHA1 Message Date
194e9c40e9 zap logger updates 2024-06-07 17:56:50 +03:00
96ac6a6940 integrate zap logger 2024-06-07 17:56:49 +03:00
e9e9c4c442 update adapters & fixes 2024-06-07 17:56:01 +03:00
a2eb85eb25 wip: structured logging 2024-06-07 17:56:01 +03:00
e7d06fa208
Add localizer interfaces (#46)
* add localizer interfaces
* add 1.18 to the supported versions
* use go 1.17 for lint for now
* use localizer interfaces in the library
* fix incorrect naming of the HTTPResponseLocalizer interface
* fix coverage collection
2022-04-22 09:37:16 +03:00
627ceae0bc
Replace old Sentry client with the new SDK
* replace old Sentry client with the new SDK
* do not initialize Sentry SDK twice, correct panic processing
* account prefix for panics
* log errors with account context data
* tests
* linter fixes
* removed 1.18 from available versions
2022-03-18 10:46:22 +03:00
52109ee4ba
Refactoring and new features (#35)
* new error collector & improvements for errors
* update golangci-lint, microoptimizations, linter fixes
* UseTLS10 method
* remove dead code
* add 1.17 to the test matrix
* fix for docstring
* split the core package symbols into the subpackages (if feasible)
2021-12-01 15:40:23 +03:00
d15ed7ffec
Static analysis (#23)
* lint stage for a workflow
* golangci-lint config
* lint only new code or last commit
* run lint only for pull requests
2021-02-09 14:57:14 +03:00
1de2e5626f
Better stacktrace generation system, better tests for Sentry, new badge 2020-08-03 14:45:16 +03:00
9ad220967e allow alternative logger implementations 2019-12-26 17:23:26 +03:00
bd7f8f9547 [fix] corresponding changes to latest dependencies versions 2019-10-17 13:12:08 +03:00
8f189ad14d fix for sentry error message, coverage 2019-09-19 15:26:08 +03:00
dba7552731 travis, codecov, more tests 2019-09-19 14:16:52 +03:00
562f1b1c0b remove internal package and hardcoded translations 2019-09-04 15:52:41 +03:00
Alex Lushpai
34cba277b9 init 2019-09-04 15:22:27 +03:00