Skip to content

Commit 02f2298

Browse files
committed
Merge branch 'master' of github.com:getsentry/sentry-javascript
2 parents 07ab0e7 + 082222f commit 02f2298

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/raven-node/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## 2.6.0 - 2018-04-24
1818

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]
2020

2121
## 2.5.0 - 2018-04-09
2222

@@ -30,7 +30,7 @@
3030

3131
## 2.4.2 - 2018-02-27
3232

33-
- fix: Dont throw exception when called captureException without config (#431)
33+
- fix: Don't throw exception when called captureException without config (#431)
3434
- fix: Preserve context in for rejected promises (#428)
3535
- ref: Log promise rejection reason alongside eventid (#434)
3636
- ref: Use named function for middlewares (#429)
@@ -197,7 +197,7 @@
197197
## 0.7.3 - 03/05/2015
198198
* When calling `captureError` without an Error, generate a fake `Error` object to pull stacktrace from. [See #87]
199199
* Prevent `patchGlobal` from causing recursion [See #84]
200-
* Fixed issues arond capturing tags.
200+
* Fixed issues around capturing tags.
201201
* Removed deprecated `site` parameter.
202202
* Allow explicitly declaring the `culprit` [See #107]
203203
* Publicly export out the various parsers [See #111]
@@ -248,7 +248,7 @@
248248

249249
## 0.5.2 - 9/10/2013
250250
* Fix compatibilities with CoffeeScript [Fixes #47] [Fixes #50]
251-
* Doesnt chose on circular references
251+
* Doesn't choke on circular references
252252

253253
## 0.5.1 - 5/1/2013
254254
* Add support for third party transports, thanks @crankycoder
@@ -312,7 +312,7 @@
312312
* Toggle actual sending based on `NODE_ENV` variable. Check README for information.
313313
* Fixes for more types of stack traces.
314314
* 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
316316
* More test coverage
317317

318318
## 0.1.0 - 3/17/2012

0 commit comments

Comments
 (0)