
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
shatter_monitor
Advanced tools
A tiny tool for Site Error & Performance & User Behavior Monitor.
It is a shatter monitor tool, but it can be combined to form a complete tool.
release @1.0.4 Only 3Kb in size.
Specific options information may be viewed in index.ts file
More features(like hooks) in development...
<script src="https://cdn.jsdelivr.net/npm/shatter_monitor@1.0.2/build/index.min.js"></script>
<script>
const { ShatterInit } = shatter
const Shatter = new ShatterInit({
dsn: 'https://your.site.com',
appkey: 'mangotsing',
debug: false,
beforeSendData: () => {
console.log('test')
return true
},
usage: 'all', // or ['ErrorForShatter', 'PerformanceForShatter', 'BehaviorForShatter']
onlyImg: true,
blockConsole: true
});
</script>
//terminal
npm install --save shatter_monitor
// main.js
import { ShatterErrorVue } from 'shatter_monitor'
// vue 2.x
Vue.use(ShatterErrorVue, {
dsn: 'https://your.site.com',
appkey: 'mangotsing',
debug: false,
beforeSendData: () => {
console.log('test')
return true
},
onlyImg: true,
blockTry: true
})
// or vue-next
const app = createApp()
app.use(ShatterErrorVue, {
dsn: 'https://your.site.com',
appkey: 'mangotsing',
debug: false,
beforeSendData: () => {
console.log('test')
return true
},
onlyImg: true,
blockTry: true
})
If your browser support navigator.sendBeacon function, will use it.
Otherwise use Image() to send a get request for monitor.
yarn
yarn watch
cd examples && http-server // 8080
// new terminal
cd examples && http-server // 8081
FAQs
A SDK for monitoring browser errors
The npm package shatter_monitor receives a total of 0 weekly downloads. As such, shatter_monitor popularity was classified as not popular.
We found that shatter_monitor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.