We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236e66b commit 2b418c2Copy full SHA for 2b418c2
1 file changed
src/roktManager.ts
@@ -121,8 +121,9 @@ export default class RoktManager {
121
};
122
123
// This is the global setting for sandbox mode
124
- // It is set here and passed in to the selectPlacements method
125
- // but can be overridden if sandbox is manually set on the placement attributes by the partner
+ // It is set here and passed in to the createLauncher method in the Rokt Kit
+ // This is not to be confused for the `sandbox` flag in the selectPlacements attributes
126
+ // as that is independent of this setting, though they share the same name.
127
this.sandbox = options?.managerOptions?.sandbox;
128
129
// Launcher options are set here for the kit to pick up and pass through
0 commit comments