forked from matrix/element-web
Add 'app' parameter to rageshake report
This commit is contained in:
parent
42e317dab8
commit
b8b74402c1
|
@ -488,6 +488,7 @@ module.exports = {
|
||||||
text: (
|
text: (
|
||||||
userText || "User did not supply any additional text."
|
userText || "User did not supply any additional text."
|
||||||
),
|
),
|
||||||
|
app: 'riot-web',
|
||||||
version: version,
|
version: version,
|
||||||
user_agent: userAgent,
|
user_agent: userAgent,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue