Skip to content
Snippets Groups Projects
Unverified Commit 45e1c6d8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix property event name

parent e6e25449
No related branches found
No related tags found
No related merge requests found
Pipeline #16922 passed with warnings
...@@ -210,7 +210,7 @@ export const errorMixin = { ...@@ -210,7 +210,7 @@ export const errorMixin = {
}); });
if (this.sendSetPropertyEvent !== undefined) { if (this.sendSetPropertyEvent !== undefined) {
this.sendSetPropertyEvent('send-analytics-event', { this.sendSetPropertyEvent('analytics-event', {
'category': 'FetchError', 'category': 'FetchError',
'action': summary === "" ? body : summary + ": " + body 'action': summary === "" ? body : summary + ": " + body
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment