|
16 | 16 |
|
17 | 17 | ## 2.6.0 - 2018-04-24
|
18 | 18 |
|
19 |
| -- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request resonses [See #452] |
| 19 | +- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request responses [See #452] |
20 | 20 |
|
21 | 21 | ## 2.5.0 - 2018-04-09
|
22 | 22 |
|
|
30 | 30 |
|
31 | 31 | ## 2.4.2 - 2018-02-27
|
32 | 32 |
|
33 |
| -- fix: Dont throw exception when called captureException without config (#431) |
| 33 | +- fix: Don't throw exception when called captureException without config (#431) |
34 | 34 | - fix: Preserve context in for rejected promises (#428)
|
35 | 35 | - ref: Log promise rejection reason alongside eventid (#434)
|
36 | 36 | - ref: Use named function for middlewares (#429)
|
|
197 | 197 | ## 0.7.3 - 03/05/2015
|
198 | 198 | * When calling `captureError` without an Error, generate a fake `Error` object to pull stacktrace from. [See #87]
|
199 | 199 | * Prevent `patchGlobal` from causing recursion [See #84]
|
200 |
| - * Fixed issues arond capturing tags. |
| 200 | + * Fixed issues around capturing tags. |
201 | 201 | * Removed deprecated `site` parameter.
|
202 | 202 | * Allow explicitly declaring the `culprit` [See #107]
|
203 | 203 | * Publicly export out the various parsers [See #111]
|
|
248 | 248 |
|
249 | 249 | ## 0.5.2 - 9/10/2013
|
250 | 250 | * Fix compatibilities with CoffeeScript [Fixes #47] [Fixes #50]
|
251 |
| - * Doesnt chose on circular references |
| 251 | + * Doesn't choke on circular references |
252 | 252 |
|
253 | 253 | ## 0.5.1 - 5/1/2013
|
254 | 254 | * Add support for third party transports, thanks @crankycoder
|
|
312 | 312 | * Toggle actual sending based on `NODE_ENV` variable. Check README for information.
|
313 | 313 | * Fixes for more types of stack traces.
|
314 | 314 | * Added `client.captureQuery()`
|
315 |
| - * Support for `SENTRY_DSN`, `SENTRY_NAME`, and `SENTRY_SITE` enviornment variables |
| 315 | + * Support for `SENTRY_DSN`, `SENTRY_NAME`, and `SENTRY_SITE` environment variables |
316 | 316 | * More test coverage
|
317 | 317 |
|
318 | 318 | ## 0.1.0 - 3/17/2012
|
|
0 commit comments