David Wells

Results 183 comments of David Wells

It could. I originally didn't add this because there weren't many analytic sinks that support that type of functionality. Are you trying to send this information to a specific service?...

Looks good. One question tho, is `trackLink` an analytics v2 feature only? This plugin is currently loading v1 of segment https://github.com/DavidWells/analytics/blob/e94218a15b2331746b1b12e003a5b1559cd4310f/packages/analytics-plugin-segment/src/browser.js#L79

To swap out to the new SDK you'd need to load the new SDK here in `initialize` https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-amplitude/src/browser.js#L38 and then remap all the `page`, `track`, `identify` calls (https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-amplitude/src/browser.js#L140-L155) if the...

https://github.com/silvermine/serverless-utils/blob/master/src/get-code-version.js#L13-L34

Lol sorry. "try to copy the code out of code block and see empty paste" You can't copy code out of the code blocks

I'm seeing this as well. Has anyone found a fix? Details: ``` browser = Chrome 105.0.0 browser.name = Chrome environment = production handled = no mechanism = onunhandledrejection os =...

Getting a ton of these in prod. It's hard to reproduce though. Not sure what the underlying issue is. I'm unclear on what the visitor experiences when they hit this....

Thanks for this library! Helps a ton with my project I ran into this same issue. I'm doing something similar to @Jaid and changing the final output to export the...

I'm also seeing this error when upgrading from `"next": "^13.0.3",` to `"next": "^13.1.2",` In dev, I see the above error and can dismiss it. But it's broken in prod 👇...

Hello there! Came here via https://twitter.com/orta/status/1176216539713953793 I recently added Typescript support to my project that is using JSdocs. My setup is like this: 1. My code is vanilla JS with...