Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/fiberless' into feature/…
Browse files Browse the repository at this point in the history
…fiberless
  • Loading branch information
leonardoventurini committed Nov 21, 2023
2 parents 5f326dc + 8af4782 commit 17d00dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/tracer/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ Tracer.prototype.buildTrace = function (traceInfo) {
traceInfo.metrics = metrics;
traceInfo.events = processedEvents;
traceInfo.isEventsProcessed = true;
traceInfo.parallel = true;

return traceInfo;
};
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Package.describe({
summary: 'Performance Monitoring for Meteor',
version: '3.0.0-beta.2',
version: '3.0.0-beta.4',
git: 'https://github.com/monti-apm/monti-apm-agent.git',
name: 'montiapm:agent'
});

let npmModules = {
debug: '0.8.1',
'@monti-apm/core': '2.0.0-beta.2',
'@monti-apm/core': '2.0.0-beta.3',
'lru-cache': '5.1.1',
'json-stringify-safe': '5.0.1',
'monti-apm-sketches-js': '0.0.3',
Expand Down Expand Up @@ -113,7 +113,7 @@ function configurePackage (api, isTesting) {
'underscore', 'random', 'webapp', 'ecmascript'
], ['server']);

api.use(['http', 'email'], 'server', { weak: !isTesting });
// api.use(['http', 'email'], 'server', { weak: !isTesting });

api.use('fetch', 'server', {
weak: !isTesting,
Expand Down

0 comments on commit 17d00dc

Please sign in to comment.