|
2 | 2 |
|
3 | 3 | ## 10.2.0
|
4 | 4 |
|
5 |
| -- No documented changes. |
| 5 | +### New features |
6 | 6 |
|
7 |
| -## 10.2.0-rc.2 |
| 7 | +- Add support for [Sentry Cron](https://docs.sentry.io/product/crons/) monitoring, with built-in support for [Oban](https://github.com/sorentwo/oban) and [Quantum](https://github.com/quantum-elixir/quantum-core). |
| 8 | +- Add `Sentry.capture_check_in/1`, which can be used to manually check-in crons. |
| 9 | +- Add `--output` flag for the `mix sentry.package_source_code` task. This can be useful for read-only build environments. |
| 10 | +- Introduce testing helpers in `Sentry.Test`. |
| 11 | +- Add the `:url_scrubber` option to `Sentry.PlugContext`. |
8 | 12 |
|
9 | 13 | ### Various fixes & improvements
|
10 | 14 |
|
11 |
| -- Support RCs in bump-version.sh script (42cc5d6f) by @whatyouhide |
12 |
| -- Improve behavior of :test_mode/:dsn (7f8442ee) by @whatyouhide |
13 |
| -- Bump nimble_ownership dep to make testing better (#700) by @whatyouhide |
14 |
| - |
15 |
| -## 10.2.0-rc.1 |
16 |
| - |
17 |
| -### Various fixes & improvements |
18 |
| - |
19 |
| -- Add Cron support for Quantum jobs (#699) by @whatyouhide |
20 |
| -- Add cron integration for Oban (#698) by @whatyouhide |
21 |
| -- Introduce manual check-ins for crons (#697) by @whatyouhide |
22 |
| -- Fix Dialyzer error (47e2d65d) by @whatyouhide |
23 |
| -- Clean up --output flag for "mix sentry.package_source_code" (711236f4) by @whatyouhide |
24 |
| -- Allow --output argument in "mix sentry.package_source_code" (#691) by @razielgn |
25 |
| -- Don't list optional dependency on plug_cowboy (1ac4b930) by @whatyouhide |
26 |
| -- Speed up tests by ~450% (#690) by @whatyouhide |
27 |
| -- Remove Sentry.Interfaces.Span (#689) by @whatyouhide |
28 |
| -- Fix a couple of flaky tests in CI (#688) by @whatyouhide |
29 |
| -- Add url_scrubber for redacting URLs (#687) by @paulstatezny |
30 |
| -- Update stuff in CI (#684) by @whatyouhide |
31 |
| -- Introduce Sentry.Test (#681) by @whatyouhide |
32 |
| -- Improve error message on unavailable config (05c4c226) by @whatyouhide |
33 |
| -- Add Sentry.Interfaces.Span (#679) by @whatyouhide |
34 |
| -- Fix crash with custom scrubber in Sentry.PlugContext (#678) by @paulstatezny |
35 |
| -- Add exception mechanism set handled/unhandled (#677) by @whatyouhide |
36 |
| -- Ignores unknown request fields (#676) by @whatyouhide |
37 |
| -- Accept anything that is "stringable" when interpolating (#675) by @whatyouhide |
| 15 | +- Improve error message on unavailable config. |
38 | 16 |
|
39 | 17 | ## 10.1.0
|
40 | 18 |
|
|
0 commit comments