-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
79 lines (52 loc) · 1.53 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Changelog
=========
0.3.3 (unreleased)
------------------
- Nothing changed yet.
0.3.2 (2023-11-07)
------------------
- Fix SENTRY_MAX_LENGTH default value again.
[Lunga001]
0.3.1 (2023-10-11)
------------------
- Fix SENTRY_MAX_LENGTH default value.
[folix-01]
0.3.0 (2022-10-06)
------------------
- Add enviroment var to disable sentry integration. [krissik]
0.2.6 (2022-07-28)
------------------
- Fix a problem on `errorRaisedSubscriber` function that was missing the `exc_info` variable. [thomasmassmann]
0.2.5 (2022/07/26)
------------------
- Add optional environment parameter for Sentry integrations ("SENTRY_INTEGRATIONS", comma seperated list)
[2silver]
- Ensure all exceptions which should be ignored are actually ignored before sending them.
[thomasmassmann]
0.2.4 (2020/09/07)
------------------
- Ignore exceptions that are ignored in the root Zope error_log.
[maurits]
0.2.3 (2020/08/05)
------------------
- Fix error handling on zope site root
[krissik]
0.2.2 (2020/07/13)
------------------
- Add check with error_log ignored_exceptions before send exceptions to sentry
[eikichi18]
0.2.1 (2020/07/08)
------------------
- Add SENTRY_ENVIRONMENT option.
[fulv]
0.2.0 (2019/11/28)
------------------
- Add optional environment parameter to set max length of stacktrace ("SENTRY_MAX_LENGTH", default is 512)
[Thokas]
0.1.7 (2019/10/21)
------------------
- Make collective.sentry configuration optional (do not load if no **SENTRY_DSN**)
[kiorky]
0.1 (2019/08/15)
----------------
- initial release