fix: plugin sentry id token / private method
Signed-off-by: rodion <rodiongork@github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export class ProductionSentryApi implements SentryApi {
|
||||
return (await response.json()) as SentryIssue[];
|
||||
}
|
||||
|
||||
async authOptions() {
|
||||
private async authOptions() {
|
||||
if (!this.identityApi) {
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user