use latest openpanel/nextjs package (1.0.0)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-09 23:09:04 +02:00
parent 0069ae60c7
commit ac9cbae138
8 changed files with 29 additions and 76 deletions

View File

@@ -237,6 +237,8 @@ function createEventObject(event: IMixpanelEvent): IImportedEvent {
duration: 0,
device: event.properties.$current_url ? '' : 'server',
brand: '',
sdk_name: '',
sdk_version: '',
};
}