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 {
111111 *
112112 * Note that you must return a valid event from this callback. If you do not
113113 * 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.
115115 *
116116 * @param event The error or message event generated by the SDK.
117117 * @param hint May contain additional information about the original exception.
@@ -125,7 +125,7 @@ export interface Options {
125125 *
126126 * Note that you must return a valid breadcrumb from this callback. If you do
127127 * 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.
129129 *
130130 * @param breadcrumb The breadcrumb as created by the SDK.
131131 * @returns The breadcrumb that will be added | null.
You can’t perform that action at this time.
0 commit comments