File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export interface Options {
111
111
*
112
112
* Note that you must return a valid event from this callback. If you do not
113
113
* wish to modify the event, simply return it at the end.
114
- * Returning null will case the event to be dropped.
114
+ * Returning null will cause the event to be dropped.
115
115
*
116
116
* @param event The error or message event generated by the SDK.
117
117
* @param hint May contain additional information about the original exception.
@@ -125,7 +125,7 @@ export interface Options {
125
125
*
126
126
* Note that you must return a valid breadcrumb from this callback. If you do
127
127
* not wish to modify the breadcrumb, simply return it at the end.
128
- * Returning null will case the breadcrumb to be dropped.
128
+ * Returning null will cause the breadcrumb to be dropped.
129
129
*
130
130
* @param breadcrumb The breadcrumb as created by the SDK.
131
131
* @returns The breadcrumb that will be added | null.
You can’t perform that action at this time.
0 commit comments