Closed ScottLNorvell closed 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.
@fullstory/snippet
sync-snippet-action
I tested this locally using npm link
npm link
NOTE: see original PR from a fork here: https://github.com/fullstorydev/fullstory-browser-sdk/pull/163
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 previoussync-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