@wvdsh/api 0.1.39 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -108,8 +108,7 @@ export const UrlParams = {
|
|
|
108
108
|
PlayKey: 'pk',
|
|
109
109
|
SdkConfig: 'sdkconfig',
|
|
110
110
|
Caller: 'caller',
|
|
111
|
-
//
|
|
112
|
-
// tag Sentry with the game being played (WVDSH-772).
|
|
111
|
+
// Read by the cross-origin play iframe for its Sentry tags — it can't read this URL.
|
|
113
112
|
GameSlug: 'gameSlug'
|
|
114
113
|
};
|
|
115
114
|
export const PlayRouteCaller = {
|