Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Sep 2, 2024
1 parent c83ac1e commit bb05286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/src/cdp/exceptions-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class ExceptionsManager {
return exceptionFingerprintMapping
}

public isArchived(item: HogFunctionInvocationGlobals): boolean {
public isActive(item: HogFunctionInvocationGlobals): boolean {
const fingerprint = item.event.properties['$exception_fingerprint'].join(',')
const groupsForTeam = this.fingerprintMappingCache.get(item.project.id)
return groupsForTeam && groupsForTeam[fingerprint] ? groupsForTeam[fingerprint].active : false
Expand Down

0 comments on commit bb05286

Please sign in to comment.