Skip to content

Commit d4d5e38

Browse files
lobsterkatieHazAT
authored andcommitted
remove depredated param from docstring (getsentry#2117)
1 parent faf038b commit d4d5e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/hub/src/scope.ts

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ export class Scope implements ScopeInterface {
311311
* Also if the event has already breadcrumbs on it, we do not merge them.
312312
* @param event Event
313313
* @param hint May contain additional informartion about the original exception.
314-
* @param maxBreadcrumbs number of max breadcrumbs to merged into event.
315314
* @hidden
316315
*/
317316
public applyToEvent(event: Event, hint?: EventHint): SyncPromise<Event | null> {

0 commit comments

Comments
 (0)