test: Update ravenjs tests to reflect new API

This commit is contained in:
Benjamin Pannell
2016-02-01 10:03:18 +02:00
parent 8dafd4189a
commit 03aeef911f
+1 -1
View File
@@ -33,7 +33,7 @@ Raven.context({tags: { key: "value" }}, throwsError);
setTimeout(Raven.wrap(throwsError), 1000);
Raven.wrap({logger: "my.module"}, throwsError)();
Raven.setUser({
Raven.setUserContext({
email: 'matt@example.com',
id: '123'
});