Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 2, 2024
1 parent 313386f commit 2106f42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions posthog-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.0 - 2024-01-02

1. Adds PostHogSentryIntegration to allow automatic capturing of exceptions reported via the @sentry/node package

# 3.2.1 - 2023-12-15

1. Fixes issue where a background refresh of feature flags could throw an unhandled error. It now emits to be detected by `.on('error', ...)`
Expand Down
6 changes: 3 additions & 3 deletions posthog-node/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "posthog-node",
"version": "3.2.1",
"version": "3.3.0",
"description": "PostHog Node.js integration",
"repository": {
"type" : "git",
"url" : "https://github.com/PostHog/posthog-js-lite.git",
"type": "git",
"url": "https://github.com/PostHog/posthog-js-lite.git",
"directory": "posthog-node"
},
"scripts": {
Expand Down

0 comments on commit 2106f42

Please sign in to comment.