-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(af): update error message to make it more understandable (#2285)
* chore: update error message to make it more clear * chore: update error message --------- Co-authored-by: Krishna Chaitanya <[email protected]>
- Loading branch information
1 parent
d046cd2
commit 50f07d3
Showing
3 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1011,5 +1011,69 @@ | |
}, | ||
"Enabled": true | ||
} | ||
}, | ||
{ | ||
"message": { | ||
"channel": "web", | ||
"context": { | ||
"externalId": [ | ||
{ | ||
"type": "appsflyerExternalId", | ||
"id": "afUid" | ||
} | ||
], | ||
"app": { | ||
"build": "1.0.0", | ||
"name": "RudderLabs JavaScript SDK", | ||
"namespace": "com.rudderlabs.javascript", | ||
"version": "1.0.0" | ||
}, | ||
"traits": { | ||
"email": "[email protected]", | ||
"name": "Test Hubspot", | ||
"anonymousId": "12345" | ||
}, | ||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
}, | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36", | ||
"locale": "en-GB", | ||
"ip": "0.0.0.0", | ||
"os": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"screen": { | ||
"density": 2 | ||
} | ||
}, | ||
"type": "page", | ||
"messageId": "e8585d9a-7137-4223-b295-68ab1b17dad7", | ||
"originalTimestamp": "2019-10-15T09:35:31.289Z", | ||
"anonymousId": "00000000000000000000000000", | ||
"userId": "12345", | ||
"properties": { | ||
"path": "", | ||
"referrer": "", | ||
"search": "", | ||
"title": "", | ||
"url": "" | ||
}, | ||
"name": "ApplicationLoaded", | ||
"sentAt": "2019-10-14T11:15:53.296Z", | ||
"integrations": { | ||
"AF": { | ||
"af_uid": "afUid" | ||
} | ||
} | ||
}, | ||
"destination": { | ||
"Config": { | ||
"devKey": "ef1d42390426e3f7c90ac78272e74344", | ||
"androidAppId": "com.rudderlabs.javascript" | ||
}, | ||
"Enabled": true | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters