feat: database/sql integration #1453
Annotations
10 errors and 1 warning
Lint:
sentrysql/options.go#L3
exported: type name will be used as sentrysql.SentrySQLOption by other packages, and that stutters; consider calling this Option (revive)
|
Lint:
sentrysql/sentrysql.go#L28
var-naming: func NewSentrySql should be NewSentrySQL (revive)
|
Lint:
sentrysql/sentrysql.go#L39
var-naming: func NewSentrySqlConnector should be NewSentrySQLConnector (revive)
|
Lint:
sentrysql/conn.go#L56
SA1019: s.originalConn.Begin has been deprecated since Go 1.8: Drivers should implement ConnBeginTx instead (or additionally). (staticcheck)
|
Lint:
sentrysql/conn.go#L82
SA1019: driver.Queryer has been deprecated since Go 1.8: Drivers should implement [QueryerContext] instead. (staticcheck)
|
Lint:
sentrysql/conn.go#L157
SA1019: driver.Execer has been deprecated since Go 1.8: Drivers should implement [ExecerContext] instead. (staticcheck)
|
Lint:
sentrysql/stmt.go#L29
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
|
Lint:
sentrysql/stmt.go#L47
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
|
Lint:
sentrysql/stmt.go#L64
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
|
Lint:
sentrysql/stmt.go#L82
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/sentry-go/sentry-go. Supported file pattern: go.sum
|