Fix built-in context typing for newTracker (closes #1089) - #1090
Conversation
3829f47 to
bee3289
Compare
Matus Tomlein (matus-tomlein)
left a comment
There was a problem hiding this comment.
This is really cool, I didn't know about the trick!
I'm just wondering if it is a breaking change? Technically it might break the build for some users in case they set an empty dictionary in their apps? If so, strictly speaking we should add this to the next major release instead of a minor. (btw, don't forget to change the base branch to a release branch before merging)
| */ | ||
| connectionTimeout?: number; | ||
| /** | ||
| * Condifugration for Anonymous Tracking |
There was a problem hiding this comment.
Some of the typos are quite funny :D
There was a problem hiding this comment.
Have you never tried to Condifugrate your trackers before?
Add the RequireAtLeastOne helper
bee3289 to
bf405c2
Compare
Accounted for people that could have added |
Fix
contextoption typing fornewTrackerAllow for passing either
webPageorsessionoptions as expexted.Adds the
BuiltInContextstype.Notes
closes #1089