Fix crash on error detail page when using MariaDB #366
Annotations
10 errors
|
test/error_tracker_test.exs#L147
test &ErrorTracker.resolve/1 marks the error as resolved (ErrorTrackerTest)
|
|
test/error_tracker_test.exs#L124
test &ErrorTracker.report/3 includes breadcrumbs if stored by the user (ErrorTrackerTest)
|
|
test/error_tracker_test.exs#L104
test &ErrorTracker.report/3 with enabled flag to true it works as expected (ErrorTrackerTest)
|
|
test/error_tracker/telemetry_test.exs#L45
test events are emitted for resolved and unresolved errors (ErrorTracker.TelemetryTest)
|
|
test/error_tracker/telemetry_test.exs#L13
test events are emitted for new errors (ErrorTracker.TelemetryTest)
|
|
test/error_tracker/ignorer_test.exs#L22
test without an ignorer does not ignore errors (ErrorTracker.IgnorerTest)
|
|
test/error_tracker/ignorer_test.exs#L16
test with an ignorer ignores errors (ErrorTracker.IgnorerTest)
|
|
test/error_tracker/filter_test.exs#L32
test user defined filter should be used to sanitize the context before it's saved. (ErrorTracker.FilterTest)
|
|
test/error_tracker/filter_test.exs#L24
test without an filter, context objects are saved as they are. (ErrorTracker.FilterTest)
|
|
test/error_tracker/store_fetch_test.exs#L8
test after reporting an error its occurrences should be retrievable from DB (ErrorTracker.StoreFetchTest)
|
The logs for this run have expired and are no longer available.
Loading