@platformatic/watt-admin 0.6.0-alpha.13 → 0.6.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@platformatic/watt-admin",
4
- "version": "0.6.0-alpha.13",
4
+ "version": "0.6.0-alpha.14",
5
5
  "scripts": {
6
6
  "prepublishOnly": "npm run clean && npm run build",
7
7
  "dev": "wattpm dev",
@@ -191,7 +191,7 @@ export default async function (fastify: FastifyInstance) {
191
191
  fastify.loaded.mode = mode
192
192
  if (mode === 'start') {
193
193
  for (const { id } of applications) {
194
- await api.startApplicationProfiling(pid, id, { type })
194
+ await api.startApplicationProfiling(pid, id, { type, sourceMaps: true })
195
195
  }
196
196
  fastify.loaded.type = type
197
197
  fastify.loaded.metrics = {}