Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 15, 2019
1 parent 864f6d0 commit 2034033
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0 - 2019/1/15
* feat(error): include sampled flag on errors ([#767](https://github.com/elastic/apm-agent-nodejs/pull/767))
* feat(span): add tags to spans ([#757](https://github.com/elastic/apm-agent-nodejs/pull/757))
* fix(tedious): don't fail on newest tedious v4.1.3 ([#775](https://github.com/elastic/apm-agent-nodejs/pull/775))
* fix(graphql): fix span name for unknown queries ([#756](https://github.com/elastic/apm-agent-nodejs/pull/756))

# 2.0.6 - 2018/12/18
* fix(graphql): don't throw on invalid query ([#747](https://github.com/elastic/apm-agent-nodejs/pull/747))
* fix(koa-router): support more complex routes ([#749](https://github.com/elastic/apm-agent-nodejs/pull/749))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "2.0.6",
"version": "2.1.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -161,7 +161,7 @@
]
},
"coordinates": [
55.778266,
12.592987
55.6773705,
12.5614183
]
}

0 comments on commit 2034033

Please sign in to comment.