Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry implementation #9

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

codacy lints

707908f
Select commit
Loading
Failed to load commit list.
Open

Sentry implementation #9

codacy lints
707908f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 23, 2024 in 0s

157 new issues (0 max.) of at least minor severity.

Annotations

Check failure on line 123 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L123

Unsafe argument of type `any` assigned to a parameter of type `object`.

Check failure on line 123 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L123

Unsafe member access .body on an `error` typed value.

Check failure on line 193 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L193

Unsafe argument of type `any` assigned to a parameter of type `Error | undefined`.

Check warning on line 212 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L212

Async method 'lookupImageInS3' has no 'await' expression.

Check failure on line 217 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L217

Unsafe assignment of an error typed value.

Check failure on line 237 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L237

Unsafe construction of an any type value.

Check failure on line 241 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L241

Unsafe call of an `error` type typed value.

Check warning on line 244 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L244

Async method 'lookupItemInElasticsearch' has no 'await' expression.

Check failure on line 245 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L245

Unsafe call of an `error` type typed value.

Check failure on line 255 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L255

Unsafe assignment of an error typed value.

Check failure on line 255 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L255

Unsafe member access ["object"] on an `error` typed value.

Check warning on line 255 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L255

["_source"] is better written in dot notation.

Check failure on line 262 in src/ThumbnailApi.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ThumbnailApi.ts#L262

Unsafe assignment of an `any` value.

Check failure on line 20 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L20

Unsafe construction of an any type value.

Check failure on line 73 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L73

Unsafe assignment of an error typed value.

Check failure on line 75 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L75

Unsafe assignment of an error typed value.

Check failure on line 75 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L75

Unsafe call of an `error` type typed value.

Check failure on line 75 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L75

Unsafe member access .createHash on an `error` typed value.

Check failure on line 87 in test/integration.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/integration.ts#L87

Unsafe call of an `any` typed value.

Check failure on line 49 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L49

Unsafe call of an `error` type typed value.

Check failure on line 57 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L57

Unsafe return of an error typed value.

Check failure on line 84 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L84

Unsafe call of an `error` type typed value.

Check failure on line 107 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L107

Unsafe call of an `any` typed value.

Check failure on line 118 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L118

Unsafe call of an `error` type typed value.

Check failure on line 141 in test/unit.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/unit.ts#L141

Unsafe member access .pass on an `error` typed value.