Skip to content

Conversation

@Reversean
Copy link
Member

Closes #136

Created and configured packages/svelte workspace as module for implementing Svelte integration utilities in future.

- Create packages/svelte with TypeScript and Vite configuration
- Configure workspace to use local @hawk.so/javascript sources
- Add minimal package structure with build support
@Reversean Reversean marked this pull request as ready for review December 12, 2025 07:55
{
"name": "@hawk.so/svelte",
"version": "1.0.0",
"description": "Svelte/SvelteKit integration for hawk.javascript SDK",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"description": "Svelte/SvelteKit integration for hawk.javascript SDK",
"description": "Svelte/SvelteKit integration for Hawk Error Tracker",

@@ -0,0 +1,3 @@
# Hawk SDK for Svelte

This package is a wrapper around `@hawk.so/javascript` for better integration with SvelteKit applications.
Copy link
Member

Choose a reason for hiding this comment

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

provide install & usage instructions instead

"name": "@hawk.so/javascript",
"type": "commonjs",
"version": "3.2.11",
"private": true,
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure that this is a correct options in current setup, because @hawk.so/javascript is not a private package.

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.

Svelte/SvelteKit integration package

3 participants