fullstorydev / fullstory-browser-sdk

Official FullStory SDK for JavaScript, for web browsers
MIT License
55 stars 17 forks source link

Use @fullstory/snippet to update the snippet #169

Closed ScottLNorvell closed 1 year ago

ScottLNorvell commented 1 year ago

This work is the realization of an internal discussion culminating in the following design document: https://www.notion.so/V2-FS-js-Snippet-Distribution-Outside-the-Monorepo-60ddd69354364250b4f36f5bdb8db659#a28a5fd67ec249c9991d8de43bc7749b

Basically, we are using the new @fullstory/snippet package as the update process in place of the previous sync-snippet-action github action. As a result, an admin will need to set up Depend-a-Bot to detect any updates to to @fullstory/snippet.

I tested this locally using npm link

NOTE: see original PR from a fork here: https://github.com/fullstorydev/fullstory-browser-sdk/pull/163