Popular repositories
-
uikonf_coredata_talk Public
UIKonf 2014 side-stage talk walking through the process of migrating from CoreData to SQLite
-
adblock-hulu Public
Firefox addon displaying the power of request / response maniuplation api's. This example blocks Hulu ads.
-
anode-addon-example Public
A example of how to change a "normal" node addon into one support by anode.
13 contributions in the last year
Less
More
Contribution activity
September 2021
Created 1 commit in 1 repository
Created 2 repositories
- skabbes/posthog-js JavaScript
- skabbes/strapi JavaScript
Created a pull request in PostHog/posthog-js that received 5 comments
Do not crash when calling capture() after skipping init(), fixes #281
Bug
When developing on localhost - the docs suggest to skip posthog.init() entirely. However, when you do - any calls to posthog.capture throw. Mor…
+13
−0
•
5
comments
Reviewed 1 pull request in 1 repository
PostHog/posthog-js
1 pull request
Created an issue in PostHog/posthog-js that received 3 comments
crash in _captureMetrics if init is skipped in during development
Context I am using PostHog within the Gatsby framework. I am not using the snippet installation, but instead importing as a module. posthog-js vers…
3
comments