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 399d230 commit ad6c833Copy full SHA for ad6c833
packages/core/src/analytics/README.md
@@ -15,7 +15,7 @@ import { AnalyticsManager } from "@treasure-dev/tdk-core";
15
16
AnalyticsManager.instance.init({
17
apiUri: "{DARKMATTER_API_BASE_URI}",
18
- xApiKey: "YOUR_X_API_KEY",
+ apiKey: "YOUR_X_API_KEY",
19
app: {
20
app_identifier: "YOUR_APP_IDENTIFIER",
21
app_version: "YOUR_APP_VERSION",
0 commit comments