Skip to content

Commit e4e56d7

Browse files
authored
add samples tags (#108)
1 parent 6b642f9 commit e4e56d7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

samples/broken-links-ok/.puppeteerrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START monitoring_synthetic_monitoring_broken_links_puppeteer_cjs]
1516
const { join } = require('path');
1617

1718
/**
@@ -20,3 +21,4 @@ const { join } = require('path');
2021
module.exports = {
2122
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
2223
};
24+
// [END monitoring_synthetic_monitoring_broken_links_puppeteer_cjs]

samples/generic-puppeteer-nodejs/.puppeteerrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START monitoring_synthetic_monitoring_custom_puppeteer_cjs]
1516
const { join } = require('path');
1617

1718
/**
@@ -20,3 +21,5 @@ const { join } = require('path');
2021
module.exports = {
2122
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
2223
};
24+
// [END monitoring_synthetic_monitoring_custom_puppeteer_cjs]
25+

samples/generic-puppeteer-nodejs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ functions.http('CustomPuppeteerSynthetic', runSyntheticHandler(async ({logger, e
4747
await browser.close();
4848
}));
4949

50-
// [START monitoring_synthetic_monitoring_custom_puppeteer_script]
50+
// [END monitoring_synthetic_monitoring_custom_puppeteer_script]

0 commit comments

Comments
 (0)