readmeio / metrics-sdks

SDKs and integrations for ReadMe's Metrics platform
https://readme.com/metrics
10 stars 23 forks source link

fix(node): ensure `fireAndForget` option is respected #1004

Closed gratcliff closed 3 months ago

gratcliff commented 4 months ago
🚥 Resolves ISSUE_ID

🧰 Changes

ReadMe Community Slack Thread!

Fixing an issue noted by the folks at Mothership where our fireAndForget option wasn't being respected in the node package. This is largely due to the option not being passed in correctly to the function argument. Taking this fix a step further and exposing the entire user-provided options object to this function.

🧬 QA & Testing

Provide as much information as you can on how to test what you've done.