Skip to content

Javascript package decomposition#153

Open
Reversean wants to merge 1 commit intorefactor/core-transportfrom
refactor/javascript-package-decomposition
Open

Javascript package decomposition#153
Reversean wants to merge 1 commit intorefactor/core-transportfrom
refactor/javascript-package-decomposition

Conversation

@Reversean
Copy link
Member

@Reversean Reversean commented Feb 2, 2026

Moved common utilities and types to @hawk.so/core:

  • StackParser
  • EventRejectedError
  • fetch-timer.ts
  • event.ts
  • selector.ts

@Reversean Reversean self-assigned this Feb 2, 2026
@Reversean Reversean force-pushed the chore/yarn-4.12.0 branch 3 times, most recently from ce72cfd to 5220d8c Compare February 2, 2026 23:10
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from b1e27b1 to e943476 Compare February 2, 2026 23:18
@Reversean Reversean changed the title Refactor/javascript package decomposition Javascript package decomposition Feb 2, 2026
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from e943476 to 2b74325 Compare February 2, 2026 23:19
@Reversean Reversean changed the title Javascript package decomposition Draft: Javascript package decomposition Feb 2, 2026
@Reversean Reversean marked this pull request as draft February 2, 2026 23:22
Base automatically changed from chore/yarn-4.12.0 to master February 4, 2026 17:58
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from 2b74325 to e8010d5 Compare February 4, 2026 20:17
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from e8010d5 to 20726ad Compare March 4, 2026 09:05
@Reversean Reversean changed the base branch from master to refactor/catcher-logger March 4, 2026 09:05
@Reversean Reversean force-pushed the refactor/catcher-logger branch from 70d214e to fc05da3 Compare March 4, 2026 18:12
@Reversean Reversean marked this pull request as ready for review March 4, 2026 18:15
@Reversean Reversean changed the title Draft: Javascript package decomposition Javascript package decomposition Mar 4, 2026
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from 20726ad to b4018fb Compare March 4, 2026 18:18
@Reversean Reversean force-pushed the refactor/catcher-logger branch from fc05da3 to 8ad3d96 Compare March 5, 2026 09:04
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from b4018fb to 249ec7e Compare March 6, 2026 13:37
@Reversean Reversean force-pushed the refactor/catcher-logger branch from 8ad3d96 to fe80e08 Compare March 7, 2026 17:27
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from 249ec7e to bf2444c Compare March 7, 2026 17:33
@Reversean Reversean force-pushed the refactor/catcher-logger branch 2 times, most recently from cc8919a to f460ea3 Compare March 7, 2026 19:29
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch 4 times, most recently from 4660ab1 to cae961c Compare March 8, 2026 07:26
Base automatically changed from refactor/catcher-logger to master March 8, 2026 08:03
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch 3 times, most recently from 8070fac to 87fbd59 Compare March 8, 2026 12:25
@Reversean Reversean changed the base branch from master to refactor/core-sanitizer March 8, 2026 12:27
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch 4 times, most recently from 6f11126 to 09ce94a Compare March 8, 2026 13:50
@Reversean Reversean changed the base branch from refactor/core-sanitizer to refactor/core-transport March 8, 2026 13:50
@Reversean Reversean force-pushed the refactor/core-transport branch from 17355e4 to c91be1e Compare March 8, 2026 13:51
@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from 09ce94a to 0f50db0 Compare March 8, 2026 13:52
import type { AffectedUser, EventContext } from '@hawk.so/types';
import type { HawkJavaScriptEvent } from './event';
import type { Transport } from './transport';
import type { Transport } from '@/types';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks sus

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replaced with ... from '@hawk.so/core

@Reversean Reversean force-pushed the refactor/javascript-package-decomposition branch from 0f50db0 to 3a68951 Compare March 11, 2026 15:13
- fetchTimer function moved to @hawk.so/core
- StackParser moved to @hawk.so/core
- event utility functions moved to @hawk.so/core
- selector utility functions moved to @hawk.so/core
- EventRejectedError moved to @hawk.so/core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants