selemondev/vscode-shadcn-vue

update logs

SuhelMakkad opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
In this file logs util files, there is an endpoint to save logs by calling an external service.

const BASE_URL = "https://shadcn-ui-logs.vercel.app";

Describe the solution you'd like
The endpoint should be updated or the logging should be removed for now, as this might change in the future resulting in errors.

Describe alternatives you've considered
Use some third party logging service or create our own.