Skip to content

Commit

Permalink
fix(repeater): enhance repeater lifecycle management (#519)
Browse files Browse the repository at this point in the history
* Improve connection handling by refining event listeners and error
handling
* Refine repeater event types and interfaces for better type safety and
clarity

relates-to: #515
  • Loading branch information
derevnjuk authored Mar 8, 2024
1 parent e44bf37 commit 0f63bbd
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 201 deletions.
2 changes: 1 addition & 1 deletion src/Config/CliBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export class CliBuilder {

private initSentry(dsn: string) {
init({
attachStacktrace: true,
dsn,
attachStacktrace: true,
release: process.env.VERSION,
beforeSend(event) {
if (event.contexts.args) {
Expand Down
Loading

0 comments on commit 0f63bbd

Please sign in to comment.