Describe the bug
When initializing a new tracker using the newTracker method, the configuration object for the built-in contexts expects both options to be provided. This results in a weird experience for the developer since both have a default value.
To Reproduce
Any TypeScript capable project.
Expected behavior
You can pass any one of the available built-in context options, without explicitly requiring the other ones to be passed as well.
Screenshots

Describe the bug
When initializing a new tracker using the
newTrackermethod, the configuration object for the built-in contexts expects both options to be provided. This results in a weird experience for the developer since both have a default value.To Reproduce
Any TypeScript capable project.
Expected behavior
You can pass any one of the available built-in context options, without explicitly requiring the other ones to be passed as well.
Screenshots
