Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api-docs/docs/browser-tracker/browser-tracker.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,14 @@ export function discardHashTag(enable: boolean, trackers?: Array<string>): void;
export interface EmitterConfigurationBase {
bufferSize?: number;
connectionTimeout?: number;
cookieExtensionService?: string;
credentials?: "omit" | "same-origin" | "include";
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;
customHeaders?: Record<string, string>;
dontRetryStatusCodes?: number[];
eventMethod?: EventMethod;
eventStore?: EventStore;
// @deprecated (undocumented)
idService?: string;
keepalive?: boolean;
maxGetBytes?: number;
Expand Down
2 changes: 2 additions & 0 deletions api-docs/docs/node-tracker/node-tracker.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,14 @@ export interface EmitterConfiguration extends EmitterConfigurationBase {
export interface EmitterConfigurationBase {
bufferSize?: number;
connectionTimeout?: number;
cookieExtensionService?: string;
credentials?: "omit" | "same-origin" | "include";
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;
customHeaders?: Record<string, string>;
dontRetryStatusCodes?: number[];
eventMethod?: EventMethod;
eventStore?: EventStore;
// @deprecated (undocumented)
idService?: string;
keepalive?: boolean;
maxGetBytes?: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@ export interface EmitterConfiguration extends EmitterConfigurationBase {
export interface EmitterConfigurationBase {
bufferSize?: number;
connectionTimeout?: number;
cookieExtensionService?: string;
credentials?: "omit" | "same-origin" | "include";
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;
customHeaders?: Record<string, string>;
dontRetryStatusCodes?: number[];
eventMethod?: EventMethod;
// Warning: (ae-forgotten-export) The symbol "EventStore" needs to be exported by the entry point index.d.ts
eventStore?: EventStore;
// @deprecated (undocumented)
idService?: string;
keepalive?: boolean;
maxGetBytes?: number;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-element-tracking",
"comment": "Create element tracking plugin",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-element-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-tracker-core",
"comment": "Add `cookieExtensionService` argument as replacement for `idService`, deprecated `idService`",
"type": "none"
}
],
"packageName": "@snowplow/browser-tracker-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/javascript-tracker",
"comment": "Add support for element tracking plugin",
"type": "none"
}
],
"packageName": "@snowplow/javascript-tracker"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/tracker-core",
"comment": "Add `cookieExtensionService` argument as replacement for `idService`, deprecate `idService`",
"type": "none"
}
],
"packageName": "@snowplow/tracker-core"
}
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"name": "@snowplow/browser-plugin-ecommerce",
"allowedCategories": [ "trackers" ]
},
{
"name": "@snowplow/browser-plugin-element-tracking",
"allowedCategories": [ "trackers" ]
},
{
"name": "@snowplow/browser-plugin-enhanced-consent",
"allowedCategories": [ "trackers" ]
Expand Down
85 changes: 79 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "483ab7c144cc1201cfba40405c05ebf190586e79",
"pnpmShrinkwrapHash": "1bbfee8474092dd7a04f769c89f237e4c74bfbb5",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
Loading
Loading