We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf038b commit d4d5e38Copy full SHA for d4d5e38
packages/hub/src/scope.ts
@@ -311,7 +311,6 @@ export class Scope implements ScopeInterface {
311
* Also if the event has already breadcrumbs on it, we do not merge them.
312
* @param event Event
313
* @param hint May contain additional informartion about the original exception.
314
- * @param maxBreadcrumbs number of max breadcrumbs to merged into event.
315
* @hidden
316
*/
317
public applyToEvent(event: Event, hint?: EventHint): SyncPromise<Event | null> {
0 commit comments