A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
97
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/pgpull 13 lines 305 B view raw
1import Pyroscope from "@pyroscope/nodejs"; 2 3Pyroscope.init({ 4 serverAddress: "http://localhost:4040", 5 appName: "rocksky-api", 6 // Enable CPU time collection for wall profiles 7 // This is required for CPU profiling functionality 8 // wall: { 9 // collectCpuTime: true 10 // } 11}); 12 13Pyroscope.start();