mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
test: Update ravenjs tests to reflect new API
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user